summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-02-06 13:46:17 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-02-06 13:46:17 -0500
commitb358e014f7e392351ab9209aadb16c466c84f016 (patch)
tree9e168b23b11affa3202c63326bb42eba46061d78 /configure.ac
parent7fefefde8167e780653f23f36d7cd9c64a00603e (diff)
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 860ae707..1d6613a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
AC_INIT([urweb], [1.0])
+AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
AC_PROG_CC()
AC_PROG_LIBTOOL()