diff options
author | Nils Durner <durner@gnunet.org> | 2007-01-07 20:47:38 +0000 |
---|---|---|
committer | Nils Durner <durner@gnunet.org> | 2007-01-07 20:47:38 +0000 |
commit | 49222a591cc4d2d29597c9f264d10caad11a91a9 (patch) | |
tree | 91b38a426682113eb041e6fcbec5e122bccd3cad | |
parent | c716c92f4dd004f1e2e2ab29d32194af7661f83a (diff) | |
download | gnunet-gtk-49222a591cc4d2d29597c9f264d10caad11a91a9.tar.gz gnunet-gtk-49222a591cc4d2d29597c9f264d10caad11a91a9.zip |
fix gnunet detection
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3998ec7a..f09f7da1 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -189,7 +189,7 @@ with_gnunet=/usr/local | |||
189 | LDFLAGS="-L$with_gnunet/lib $LDFLAGS" | 189 | LDFLAGS="-L$with_gnunet/lib $LDFLAGS" |
190 | CPPFLAGS="-I$with_gnunet/include $CPPFLAGS" | 190 | CPPFLAGS="-I$with_gnunet/include $CPPFLAGS" |
191 | AC_CHECK_HEADERS(GNUnet/gnunet_util.h, | 191 | AC_CHECK_HEADERS(GNUnet/gnunet_util.h, |
192 | AC_CHECK_LIB([gnunetutil], [GC_core], | 192 | AC_CHECK_LIB([gnunetutil], [GC_free], |
193 | EXT_LIB_PATH="-L$with_gnunet/lib $EXT_LIB_PATH" | 193 | EXT_LIB_PATH="-L$with_gnunet/lib $EXT_LIB_PATH" |
194 | gnunet=1)) | 194 | gnunet=1)) |
195 | fi | 195 | fi |