From: Nikos Mavrogiannopoulos Date: Thu, 15 Mar 2012 17:58:18 +0000 (+0100) Subject: Added missing elf part. X-Git-Tag: gnutls_3_0_16~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0fa72a1bb2cdc1a64a144b287464646c8692b5e;p=thirdparty%2Fgnutls.git Added missing elf part. --- diff --git a/configure.ac b/configure.ac index f1a602e34c..6b0ade56da 100644 --- a/configure.ac +++ b/configure.ac @@ -71,11 +71,13 @@ case "$host" in have_macosx=yes ;; *) + have_elf=yes ;; esac AM_CONDITIONAL(WINDOWS, test "$have_win" = yes) AM_CONDITIONAL(MACOSX, test "$have_macosx" = yes) +AM_CONDITIONAL(ELF, test "$have_elf" = yes) dnl Hardware Acceleration AC_ARG_ENABLE(hardware-acceleration,