Configure should detect and enable C99
authorTrond Norbye <trond.norbye@sun.com>
Tue, 20 Jan 2009 22:13:02 +0000 (23:13 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Tue, 20 Jan 2009 22:13:02 +0000 (23:13 +0100)
configure.ac

index 36f1162eb64a909b8d2e6376f5f0cf8ad45660b9..928f45b1b147ad8b6939b92d4cbfcf4e9cb227aa 100644 (file)
@@ -42,6 +42,7 @@ VERSION=$MEMCACHED_RELEASE
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
 
 AC_PROG_CC
+AC_PROG_CC_C99
 AC_PROG_CXX
 AC_PROG_LIBTOOL
 AM_SANITY_CHECK