diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-18 00:35:06 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-18 00:35:06 +0100 |
commit | 35d89293222a0e8930dc2752b0e5e85e4d088800 (patch) | |
tree | 0054123bf1ba0b0ee6ad8a568a5a1701040ae197 /libextra | |
parent | 60859fa9e71f85af96ab0951a4d681813705b761 (diff) | |
download | gnutls-35d89293222a0e8930dc2752b0e5e85e4d088800.tar.gz |
Move C++ and -output-def detection.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libextra/configure.ac b/libextra/configure.ac index 40e6a4ead7..3e3e0330b3 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -48,6 +48,7 @@ AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS) # Finish things from ../configure.ac. AC_SUBST([WARN_CFLAGS]) AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes") +AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$output_def" = "yes") AC_CONFIG_FILES([ Makefile |