blob: ed51ecb8286816992dc086872490f7ef10c7243e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/configure.in
+++ b/configure.in
@@ -61,7 +61,7 @@
])
# Put all our automake definitions in config.h
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
# Checks for C and C++ compilers
AC_PROG_CC
|