about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2009-01-24 11:50:13 +0100
committerRichard Nyberg <rnyberg@murmeldjur.se>2009-01-26 22:15:10 +0100
commit7708f42ebcf32ac3e58dc4826388f2d30c3e577b (patch)
treef8fd46f6e5716762614af8d2493746c215d0a652
parent3857831f8a65275dd51e549189f466c93ddcdc14 (diff)
downloadbtpd-7708f42ebcf32ac3e58dc4826388f2d30c3e577b.tar.gz
btpd-7708f42ebcf32ac3e58dc4826388f2d30c3e577b.zip
Use the correct macro to make automake happy.
Reported by <bsdfan666@cyberdude.com>.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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