summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 99f0b1b62e..467f394926 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -197,7 +197,6 @@ AS_IF([test "$host_cpu" = "sparc"],[
AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
AM_CONDITIONAL([HAS_RDBG],[test "$HAS_RDBG" = "yes"])
AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes")
-AM_CONDITIONAL([HAS_MP],[test "$HAS_MP" = "yes"])
# The posix bsp doesn't support libchip
# FIXME: We should use a feature based check, here