diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 33b21b3..2d41e95 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,7 @@ AM_INIT_AUTOMAKE(PerlTQt, 3.008) dnl searches for some needed programs KDE_SET_PREFIX dnl generate the config header -AM_CONFIG_HEADER(config.h) dnl at the distribution this done +AC_CONFIG_HEADER(config.h) dnl at the distribution this done dnl Checks for programs. AC_PROG_CC |