From fec79b7ed862f203fd493b5adc321fb0706dad72 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:28:16 +0000 Subject: [PATCH] problem generated .a - this might help --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0