View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001660 | GNUnet | other | public | 2011-02-13 11:30 | 2011-04-27 16:18 |
| Reporter | vminko | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001660: Copy-paste error in gnunet-gtk's configure.ac | ||||
| Description | AC_CHECK_LIB([gnunet/gnunet_util_lib.h], [GNUNET_xfree_], As a result: checking for GNUnet core... --with-gnunet not specified checking gnunet/platform.h usability... yes checking gnunet/platform.h presence... yes checking for gnunet/platform.h... yes checking for GNUNET_xfree_ in -lgnunet/gnunet_util_lib.h... no Fix is attached. | ||||
| Tags | No tags attached. | ||||
| Attached Files | gnunet-gtk-svn@14397-autoconf.patch (541 bytes)
diff -ru gnunet-gtk.orig/configure.ac gnunet-gtk/configure.ac
--- gnunet-gtk.orig/configure.ac 2011-02-13 12:58:55.210001905 +0300
+++ gnunet-gtk/configure.ac 2011-02-13 12:59:24.060001905 +0300
@@ -219,7 +219,7 @@
LDFLAGS="-L/usr/lib $LDFLAGS"
CPPFLAGS="-I/usr/include $CPPFLAGS"
AC_CHECK_HEADERS([gnunet/platform.h gnunet/gnunet_util_lib.h],
- AC_CHECK_LIB([gnunet/gnunet_util_lib.h], [GNUNET_xfree_],
+ AC_CHECK_LIB([gnunetutil], [GNUNET_xfree_],
gnunet=1))])
# if GNUnet was not found, try in /usr/local
| ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-02-13 11:30 | vminko | New Issue | |
| 2011-02-13 11:30 | vminko | File Added: gnunet-gtk-svn@14397-autoconf.patch | |
| 2011-02-15 13:19 | Christian Grothoff | Note Added: 0004256 | |
| 2011-02-15 13:19 | Christian Grothoff | Status | new => resolved |
| 2011-02-15 13:19 | Christian Grothoff | Resolution | open => fixed |
| 2011-02-15 13:19 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2011-04-27 16:18 | Christian Grothoff | Status | resolved => closed |