summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-05-08 20:33:40 -0700
committerTingPing <tngpng@gmail.com>2013-05-08 20:33:40 -0700
commitf8556360caf052e3fe78b5bc9f20a58a6930819a (patch)
tree8f1b106dc57be08ea05f240f7791395b5c3738c7
parent28fe051aa5a01278d0752cefcdc8dbf67e0248fd (diff)
parent607e5a567cc0f126c48832fd452664b293cdda99 (diff)
Merge pull request #580 from hasufell/master
Build failure: fix undefined reference to `g_type_init'
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 98cea144..bee4ff41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,8 +211,6 @@ fi
 
 if test "$gtkfe" != yes; then
 	gnome=no
-	COMMON_LIBS="$GLIB_LIBS"
-	COMMON_CFLAGS="$GLIB_CFLAGS"
 fi
 
 dnl *********************************************************************