Add AC_DISABLE_STATIC.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 10 Sep 2007 05:11:54 +0000 (07:11 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 10 Sep 2007 05:11:54 +0000 (07:11 +0200)
configure.ac

index bbed0ed..37ab5e7 100644 (file)
@@ -8,6 +8,8 @@ AM_INIT_AUTOMAKE([1.10 foreign tar-ustar dist-bzip2])
 
 AC_CONFIG_TESTDIR(tests)
 
+AC_DISABLE_STATIC
+
 AC_AIX
 AC_MINIX