Changeset 66eba7a4af2b2de329664f2d0ecc4decdb6c01c8

Show
Ignore:
Timestamp:
01/06/07 23:55:38 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
b88657ec286bfb242aa63ad97fa269ce7d0772cb
Children:
67caaeabde8e497a21e192227af5e3076c80ed75
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:55:38Z+0000
Message:

[project @ Search for obby in the paths specified by pkg-config]

Original author: Philipp Kern <phil@…>
Date: 2005-11-20 17:32:23+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.in

    rbcad27a r66eba7a  
    5757 
    5858# Check for howl in libobby. 
    59 AC_CHECK_LIB(obby, obby_has_howl) 
     59PKG_CHECK_MODULES([obby], [obby-0.3]) 
     60AC_CHECK_LIB(obby, obby_has_howl, [obby_has_howl=yes], [obby_has_howl=no], 
     61             [$pkg_cv_obby_LIBS]) 
    6062if test "x$ac_cv_lib_obby_obby_has_howl" = "xyes" ; then 
    6163        # We do not need any new flags as obby should take care of it.