Changeset 66eba7a4af2b2de329664f2d0ecc4decdb6c01c8
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rbcad27a
|
r66eba7a
|
|
| 57 | 57 | |
| 58 | 58 | # Check for howl in libobby. |
| 59 | | AC_CHECK_LIB(obby, obby_has_howl) |
| | 59 | PKG_CHECK_MODULES([obby], [obby-0.3]) |
| | 60 | AC_CHECK_LIB(obby, obby_has_howl, [obby_has_howl=yes], [obby_has_howl=no], |
| | 61 | [$pkg_cv_obby_LIBS]) |
| 60 | 62 | if test "x$ac_cv_lib_obby_obby_has_howl" = "xyes" ; then |
| 61 | 63 | # We do not need any new flags as obby should take care of it. |