diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-11 19:21:54 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-11 19:21:54 +0200 |
commit | 9cd0f846208e4db692422caeeff9a9179a3fec6f (patch) | |
tree | a307151e599be1664b426b573dff319136ef2a33 /configure.ac | |
parent | f9e7f4a1a398666143ef0c29da0ee406616e3807 (diff) | |
download | gnutls-9cd0f846208e4db692422caeeff9a9179a3fec6f.tar.gz |
Drop obsolete stuff.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index add92b6b0d..0d9d030971 100644 --- a/configure.ac +++ b/configure.ac @@ -220,8 +220,6 @@ fi # Export things for */configure.ac. export WARN_CFLAGS -export have_ld_version_script -export output_def export use_cxx AC_CONFIG_SUBDIRS([lib]) @@ -273,7 +271,6 @@ AC_MSG_NOTICE([summary of build options: Warning flags: ${WARN_CFLAGS} Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} - Linker script: $have_ld_version_script Guile wrappers: $opt_guile_bindings C++ library: $use_cxx OpenSSL library: $enable_openssl |