- Timestamp:
- 2008-02-17T11:15:49Z (17 years ago)
- Branches:
- master
- Children:
- fcfd9c5
- Parents:
- 12cc58b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r12cc58b r4d8fbe8 176 176 if $PKG_CONFIG glib-2.0 --atleast-version=$GLIB_MIN_VERSION; then 177 177 cat<<EOF>>Makefile.settings 178 EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0 gthread-2.0`179 CFLAGS+=`$PKG_CONFIG --cflags glib-2.0 gmodule-2.0 gthread-2.0`178 EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0` 179 CFLAGS+=`$PKG_CONFIG --cflags glib-2.0 gmodule-2.0` 180 180 EOF 181 181 else
Note: See TracChangeset
for help on using the changeset viewer.