summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-19 16:53:58 +0000
committerDavid Robillard <d@drobilla.net>2007-04-19 16:53:58 +0000
commit45fa5e4b4cd73edadf656471f0557603096d8874 (patch)
tree6a1dc72ca6ec56cd87683a6971abc9a9403964a2 /configure.ac
parent98ea88b5fd404ff4ba43709f731ba074f291eb5b (diff)
downloadlilv-45fa5e4b4cd73edadf656471f0557603096d8874.tar.gz
lilv-45fa5e4b4cd73edadf656471f0557603096d8874.tar.bz2
lilv-45fa5e4b4cd73edadf656471f0557603096d8874.zip
Added random autoconf macro the warning said to.
Added missing files. git-svn-id: http://svn.drobilla.net/lad/slv2@458 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 04f6dcc..0b058a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE
# Checks for compiler
AC_PROG_CC
+AM_PROG_CC_C_O
# Check pedantic other stuff autoscan says we should :)
AC_C_CONST