diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -76,4 +76,5 @@ core # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' # +ar-lib xedit diff --git a/configure.ac b/configure.ac index cf3eb23..f73c9db 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,7 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_HEADERS([config.h]) +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_PROG_RANLIB PKG_PROG_PKG_CONFIG |