[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4256 - gnunet-gtk
From: |
durner |
Subject: |
[GNUnet-SVN] r4256 - gnunet-gtk |
Date: |
Sun, 7 Jan 2007 12:47:40 -0800 (PST) |
Author: durner
Date: 2007-01-07 12:47:38 -0800 (Sun, 07 Jan 2007)
New Revision: 4256
Modified:
gnunet-gtk/configure.ac
Log:
fix gnunet detection
Modified: gnunet-gtk/configure.ac
===================================================================
--- gnunet-gtk/configure.ac 2007-01-07 20:28:44 UTC (rev 4255)
+++ gnunet-gtk/configure.ac 2007-01-07 20:47:38 UTC (rev 4256)
@@ -189,7 +189,7 @@
LDFLAGS="-L$with_gnunet/lib $LDFLAGS"
CPPFLAGS="-I$with_gnunet/include $CPPFLAGS"
AC_CHECK_HEADERS(GNUnet/gnunet_util.h,
- AC_CHECK_LIB([gnunetutil], [GC_core],
+ AC_CHECK_LIB([gnunetutil], [GC_free],
EXT_LIB_PATH="-L$with_gnunet/lib $EXT_LIB_PATH"
gnunet=1))
fi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4256 - gnunet-gtk,
durner <=