From b94d8b912020447ce12c34fe13cbc823557c1703 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Jul 2007 21:27:29 +0000 Subject: Use AC_PROG_CC_C_0 or whatever, for some arcane reason noone actually cares about. git-svn-id: http://svn.drobilla.net/lad/slv2@659 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1e4eb24..c5c9319 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_SUBST(CONFIG_H_PATH) AC_DEFINE(CONFIG_H_PATH, ["$CONFIG_H_PATH"], [Absolute location of config.h for this build]) # Checks for compiler -AC_PROG_CC +AC_PROG_CC_C_0 # Library building stuff AC_PROG_LIBTOOL -- cgit v1.2.1