diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2022-07-19 17:10:35 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2022-07-19 17:10:35 +0900 |
commit | 2efb90104591eda490d9f7ba281aa29bceb92487 (patch) | |
tree | 68dc2ac04780e2b740d233aaf1ae39653d344ee9 /configure.ac | |
parent | e633cc3315aa350d9d28cc27a6deb6304c68ef77 (diff) | |
download | libgcrypt-2efb90104591eda490d9f7ba281aa29bceb92487.tar.gz |
build: Fix configure script.
* configure.ac (AC_USE_SYSTEM_EXTENSIONS): Use it earlier.
--
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 946659c5..8bb8d66f 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,7 @@ AC_CONFIG_LIBOBJ_DIR([compat]) AC_CANONICAL_HOST AM_MAINTAINER_MODE AM_SILENT_RULES +AC_USE_SYSTEM_EXTENSIONS AC_ARG_VAR(SYSROOT,[locate config scripts also below that directory]) @@ -151,8 +152,6 @@ AC_SEARCH_LIBS([strerror],[cposix]) AC_PROG_INSTALL AC_PROG_AWK -AC_USE_SYSTEM_EXTENSIONS - # Taken from mpfr-4.0.1, then modified for LDADD_FOR_TESTS_KLUDGE dnl Under Linux, make sure that the old dtags are used if LD_LIBRARY_PATH dnl is defined. The issue is that with the new dtags, LD_LIBRARY_PATH has |