diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 182292e..30c2e0d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -17,7 +17,7 @@ AH_BOTTOM([ | |||
17 | 17 | ||
18 | AM_INIT_AUTOMAKE([1.6 dist-xz no-dist-gzip -Wall color-tests subdir-objects]) | 18 | AM_INIT_AUTOMAKE([1.6 dist-xz no-dist-gzip -Wall color-tests subdir-objects]) |
19 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | 19 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |
20 | 20 | AM_CONDITIONAL([HAVE_AM_16], [test $(echo "${am__api_version}"|cut -d. -f2) -ge 16]) | |
21 | # Due to a bug in automake 1.14 we need to use this after AM_INIT_AUTOMAKE | 21 | # Due to a bug in automake 1.14 we need to use this after AM_INIT_AUTOMAKE |
22 | # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15981 | 22 | # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15981 |
23 | AC_USE_SYSTEM_EXTENSIONS | 23 | AC_USE_SYSTEM_EXTENSIONS |