summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-22 06:54:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-22 06:54:19 +0000
commit69d6fcbf56ed823461189f2488e5c2b2f44dca02 (patch)
tree9074ffd26dd0201f914985df69d4643e455eacbf /configure.ac
parent65fa7fd4d674e00624657255c24748e580ef50d6 (diff)
fix bug 33 (statically link the "cvc4" binary); also main driver cleanup
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c67da8ba2..36f6d6c16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,6 +407,7 @@ if test "$enable_shared" = yes; then BUILDING_SHARED=1; fi
if test "$enable_static" = yes; then BUILDING_STATIC=1; fi
AC_SUBST(BUILDING_SHARED)
AC_SUBST(BUILDING_STATIC)
+AM_CONDITIONAL([STATIC_BINARY], [test "$enable_shared" != yes -a "$enable_static" = yes])
AC_SUBST(CVC4_LIBRARY_VERSION)
AC_SUBST(CVC4_PARSER_LIBRARY_VERSION)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback