summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-30 21:27:29 +0000
committerDavid Robillard <d@drobilla.net>2007-07-30 21:27:29 +0000
commitb94d8b912020447ce12c34fe13cbc823557c1703 (patch)
treeaf25645572d15b38ba938888cc9e248e7390b371 /configure.ac
parent6359fe05124668d6ec09909b085b49593d695b20 (diff)
downloadlilv-b94d8b912020447ce12c34fe13cbc823557c1703.tar.gz
lilv-b94d8b912020447ce12c34fe13cbc823557c1703.tar.bz2
lilv-b94d8b912020447ce12c34fe13cbc823557c1703.zip
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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