aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-17 12:15:49 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-17 12:15:49 +0100
commit4d8fbe809475aeed7fd073a328b53414642194b0 (patch)
treecf9584121e78074b7ac197853ab8228b8cc8c753
parent12cc58b34a98ae010cf1718e994b63da35ddd7c2 (diff)
remove gthread dependency
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c0a9bdb4..b0058931 100755
--- a/configure
+++ b/configure
@@ -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