summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-03-05 23:43:29 +0100
committerBenoît Dejean <bdejean@gmail.com>2015-07-10 20:36:12 +0200
commitaa7f9df00eace40efcb5b2f7e8fb2f5f4ce5d43b (patch)
tree5ec657e012175f747b1365b1620eb5dba0bc12d8 /configure.ac
parent4c4466292e7b0c86e8052634477abf4ac6330df1 (diff)
downloadlibgtop-aa7f9df00eace40efcb5b2f7e8fb2f5f4ce5d43b.tar.gz
Drop --with-libgtop-smp.
No code uses this switch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index bbdda0f2..6d2370f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,10 +278,6 @@ if test x$libgtop_use_machine_h = xyes ; then
LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_GLIBTOP_MACHINE_H"
fi
-if test x$libgtop_smp = xyes ; then
- LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_LIBGTOP_SMP"
-fi
-
if test x$libgtop_have_sysinfo = xyes ; then
LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_LIBGTOP_SYSINFO"
fi