diff options
-rw-r--r-- | autoconf/configure.ac | 1 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 2be02321..63b1b6ca 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -769,7 +769,6 @@ else AC_DEFINE(ENABLE_METASMT, 1, [Enable metaSMT API]) AC_SUBST(METASMT_ROOT,$metasmt_root) - AC_SUBST(REQUIRES_RTTI,[[1]]) ENABLE_METASMT=1 AC_MSG_NOTICE([Using MetaSMT solver backend]) fi diff --git a/configure b/configure index 33893680..c9cea90e 100755 --- a/configure +++ b/configure @@ -5384,8 +5384,6 @@ $as_echo "#define ENABLE_METASMT 1" >>confdefs.h METASMT_ROOT=$metasmt_root - REQUIRES_RTTI=1 - ENABLE_METASMT=1 { $as_echo "$as_me:${as_lineno-$LINENO}: Using MetaSMT solver backend" >&5 $as_echo "$as_me: Using MetaSMT solver backend" >&6;} |