diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-11-29 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Only build dlloader modules by default. + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index 2dc084b..f979de5 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ AC_SUBST([DRIVER_NAME]) AM_CONFIG_HEADER([config.h]) # Checks for programs. +AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_PROG_CC |