aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-08 13:06:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-08 13:06:15 +0000
commitc9765f56c2ddf0a77c35e666073cc64fe991a074 (patch)
treed0dbe417fe166a548f5df4f3fa754eda6fe00602 /configure.ac
parent69af51a5a82110ce63aceca65dab5cae18c0fb9a (diff)
downloadgnunet-c9765f56c2ddf0a77c35e666073cc64fe991a074.tar.gz
gnunet-c9765f56c2ddf0a77c35e666073cc64fe991a074.zip
remove sysmon and disable libgtop check since it is not working on planetlab anyway
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 0 insertions, 18 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