From: ellson Date: Tue, 18 Oct 2005 18:28:16 +0000 (+0000) Subject: problem generated .a - this might help X-Git-Tag: LAST_LIBGRAPH~32^2~7319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fec79b7ed862f203fd493b5adc321fb0706dad72;p=graphviz problem generated .a - this might help --- diff --git a/configure.ac b/configure.ac index 6f7db9cab..fc51f923a 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,7 @@ dnl ----------------------------------- AC_ARG_ENABLE(static, [AC_HELP_STRING([--enable-static], [build static executable])]) if test "x$enable_static" != "xno"; then + AC_ENABLE_STATIC AC_DEFINE(ENABLE_STATIC,1,[Define if you want statically linked executables]) else AC_DISABLE_STATIC