summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandre Janniaux <ajanni@videolabs.io>2021-01-11 12:31:53 +0100
committerAlexandre Janniaux <ajanni@videolabs.io>2021-01-11 12:31:53 +0100
commitb4c5bf51436d876631e12ed8533e86405f8581d7 (patch)
treee68fd40dbb2dd733fc7549f5c46d14aa768d7eef /configure.ac
parent858fa8eaa9435340d2bda988715e0d9023089bec (diff)
downloadlibarchive-b4c5bf51436d876631e12ed8533e86405f8581d7.tar.gz
configure.ac: add AC_PROG_CPP
Otherwise, the preprocessor is not detected and it leads to failure with empty $CPP variable being used on la_TYPE_UID_T, leading to a cascade of detection errors and redefinition of some types.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b4602f5..d51fa19c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,6 +107,7 @@ AC_SUBST(PLATFORMCPPFLAGS)
AC_PROG_CC
AC_PROG_CC_C99
AM_PROG_CC_C_O
+AC_PROG_CPP
AC_USE_SYSTEM_EXTENSIONS
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL