2006-06-23 Ross Burton <ross@openedhand.com>
authorRoss Burton <ross@openedhand.com>
Fri, 23 Jun 2006 09:20:04 +0000 (09:20 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 23 Jun 2006 09:20:04 +0000 (09:20 +0000)
* configure.ac:
Disable static libraries.

ChangeLog
configure.ac

index 8ebb33d..b2d6968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-23  Ross Burton  <ross@openedhand.com>
+
+       * configure.ac:
+       Disable static libraries.
+
 2006-06-22  Matthew Allum  <mallum@openedhand.com>
 
        * web/index.html:
index b8d8d06..94e5138 100644 (file)
@@ -36,6 +36,7 @@ dnl ========================================================================
 
 # Checks for programs.
 AC_PROG_CC
+AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
 # Checks for header files.