From 7708f42ebcf32ac3e58dc4826388f2d30c3e577b Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sat, 24 Jan 2009 11:50:13 +0100 Subject: Use the correct macro to make automake happy. Reported by . --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91ac460..fa11a8f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_FILES([Makefile]) AC_PROG_CC -AC_PROG_CC_C_O +AM_PROG_CC_C_O AC_PROG_RANLIB AC_USE_SYSTEM_EXTENSIONS -- cgit 1.4.1