diff configure.ac @ 1149:15767031950c

AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
author Adam Chlipala <adamc@hcoop.net>
date Sat, 06 Feb 2010 13:46:17 -0500
parents a48966743c37
children 7a17588edbff
line wrap: on
line diff
--- a/configure.ac	Sat Feb 06 13:27:05 2010 -0500
+++ b/configure.ac	Sat Feb 06 13:46:17 2010 -0500
@@ -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()