diff options
author | David Robillard <d@drobilla.net> | 2007-10-13 16:02:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-10-13 16:02:51 +0000 |
commit | b78b93e23c684c6fe2fb58a11b2549c33bd3c9b6 (patch) | |
tree | ca03ac3c72ddb96b2a319c9468a5ad4518986f6d | |
parent | 423a543d2f2395a8aa6876253b2da5c4257d4839 (diff) | |
download | lilv-b78b93e23c684c6fe2fb58a11b2549c33bd3c9b6.tar.gz lilv-b78b93e23c684c6fe2fb58a11b2549c33bd3c9b6.tar.bz2 lilv-b78b93e23c684c6fe2fb58a11b2549c33bd3c9b6.zip |
Switch AC_PROG_CC_C_0 to AM_PROG_CC_C_0 for ancient autohell compatibility.
git-svn-id: http://svn.drobilla.net/lad/slv2@880 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8ef51b7..164e50d 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_SUBST(SLV2_LIBS) CONFIG_H_PATH="$builddir/config/config.h" # Checks for compiler -AC_PROG_CC_C_O +AM_PROG_CC_C_O # Library building stuff AC_PROG_LIBTOOL |