summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-25 21:17:27 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-29 17:05:04 +0200
commitd9a3653c9a58fcbc7d07bf0f142d646deccc3c65 (patch)
tree5b01ef11ea525a88f8c37dd92f41fe56a89656c1 /configure.ac
parenta67fa87f5382e40a08fdcbd4be554bb786c26b32 (diff)
downloadgnutls-d9a3653c9a58fcbc7d07bf0f142d646deccc3c65.tar.gz
Do not regenerate autogen files if --enable-local-libopts is giventmp-fix-libopts
This addresses issue on installed systems which have autogen but use --enable-local-libopts. In these systems if the installed autogen would not match the local libopts library version compilation would fail because the auto-generated files depend on the corresponding to autogen version libopts internals. Resolves: #772 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2112606601..e0c5c25d5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -735,7 +735,7 @@ if test "$enable_tools" != "no" || test "$enable_doc" != "no"; then
*** autogen not found. Will not link against system libopts.
*** ]])
dnl simulate specifying option on the command line
- enable_local_libopts=yes
+ included_libopts=yes
fi
LIBOPTS_CHECK([src/libopts])
if test "$NEED_LIBOPTS_DIR" = "true";then