diff options
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 13d6f945..0cf08a60 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -626,6 +626,7 @@ AC_ARG_WITH(metasmt, if test X$with_metasmt = X ; then ENABLE_METASMT=0 + AC_MSG_NOTICE([Not using MetaSMT solver backend]) else metasmt_root=`(cd $with_metasmt && pwd) 2> /dev/null` #Check for bad path @@ -651,6 +652,7 @@ else AC_SUBST(METASMT_ROOT,$metasmt_root) AC_SUBST(REQUIRES_RTTI,[[1]]) ENABLE_METASMT=1 + AC_MSG_NOTICE([Using MetaSMT solver backend]) fi AC_SUBST(ENABLE_METASMT) |