From 7e65ab101b6bc4bb781edc4e4e82501fe04ab372 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Tue, 20 Jan 2009 23:13:02 +0100 Subject: [PATCH] Configure should detect and enable C99 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2