diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 398a463..18e5e54 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) # Base set of required pkg-config packages XLOGO_DEPS="sm xaw7 xmu xt xext x11" |