From: Trond Norbye Date: Tue, 20 Jan 2009 22:13:02 +0000 (+0100) Subject: Configure should detect and enable C99 X-Git-Tag: 0.26~16 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=7e65ab101b6bc4bb781edc4e4e82501fe04ab372;p=awesomized%2Flibmemcached Configure should detect and enable C99 --- diff --git a/configure.ac b/configure.ac index 36f1162e..928f45b1 100644 --- a/configure.ac +++ b/configure.ac @@ -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