Skip to content

Commit 3475ef4

Browse files
committed
Use AC_CONFIG_HEADERS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent 530ab59 commit 3475ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ AM_CONDITIONAL([HAVE_READLINK], [test $ac_cv_func_readlink = yes])
7575
AC_PROG_MKDIR_P
7676
AC_PROG_SED
7777

78-
AC_CONFIG_HEADER([config.h])
78+
AC_CONFIG_HEADERS([config.h])
7979
AC_CONFIG_FILES([Makefile])
8080
AC_CONFIG_LINKS([
8181
test/conftest.py:test/conftest.py

0 commit comments

Comments
 (0)