diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 12:15:49 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 12:15:49 +0100 |
commit | 4d8fbe809475aeed7fd073a328b53414642194b0 (patch) | |
tree | cf9584121e78074b7ac197853ab8228b8cc8c753 | |
parent | 12cc58b34a98ae010cf1718e994b63da35ddd7c2 (diff) |
remove gthread dependency
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,8 +175,8 @@ fi if $PKG_CONFIG --version > /dev/null 2>/dev/null && $PKG_CONFIG glib-2.0; then if $PKG_CONFIG glib-2.0 --atleast-version=$GLIB_MIN_VERSION; then cat<<EOF>>Makefile.settings -EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0 gthread-2.0` -CFLAGS+=`$PKG_CONFIG --cflags glib-2.0 gmodule-2.0 gthread-2.0` +EFLAGS+=`$PKG_CONFIG --libs glib-2.0 gmodule-2.0` +CFLAGS+=`$PKG_CONFIG --cflags glib-2.0 gmodule-2.0` EOF else echo |