aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac18
-rw-r--r--src/Makefile.am2
2 files changed, 1 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index ce0d8973f..4b470904f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -427,22 +427,6 @@ else
427 CFLAGS="$CFLAGS $GLIB_CFLAGS" 427 CFLAGS="$CFLAGS $GLIB_CFLAGS"
428fi 428fi
429 429
430#libgtop
431PKG_CHECK_MODULES(LIBGTOP,libgtop-2.0, [gtop=true] , [gtop=false] )
432if test x$gtop = xfalse
433then
434 AM_CONDITIONAL(HAVE_LIBGTOP, false)
435 AC_MSG_WARN([GNUnet requires libgtop])
436else
437 AM_CONDITIONAL(HAVE_LIBGTOP, true)
438 AC_DEFINE([HAVE_LIBGTOP],[1],[Have libgtop])
439 LIBS="$LIBS $LIBGTOP_LIBS"
440 CFLAGS="$CFLAGS $LIBGTOP_CFLAGS"
441fi
442
443
444
445
446AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false]) 430AC_CHECK_HEADERS([nss.h],[nss=true],[nss=false])
447if test x$nss = xfalse 431if test x$nss = xfalse
448then 432then
@@ -1262,8 +1246,6 @@ src/regex/Makefile
1262src/statistics/Makefile 1246src/statistics/Makefile
1263src/statistics/statistics.conf 1247src/statistics/statistics.conf
1264src/stream/Makefile 1248src/stream/Makefile
1265src/sysmon/Makefile
1266src/sysmon/sysmon.conf
1267src/template/Makefile 1249src/template/Makefile
1268src/testbed/Makefile 1250src/testbed/Makefile
1269src/testbed/testbed.conf 1251src/testbed/testbed.conf
diff --git a/src/Makefile.am b/src/Makefile.am
index 1616c9cb3..771432a91 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
3#endif 3#endif
4 4
5if HAVE_EXPERIMENTAL 5if HAVE_EXPERIMENTAL
6 EXP_DIR = chat consensus dv sysmon 6 EXP_DIR = chat consensus dv
7endif 7endif
8 8
9if LINUX 9if LINUX