]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added missing elf part.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 15 Mar 2012 17:58:18 +0000 (18:58 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 15 Mar 2012 17:58:18 +0000 (18:58 +0100)
configure.ac

index f1a602e34cffb8e001c436be2f86235c365d0296..6b0ade56dab11467cefc1b8195d431248ec8d557 100644 (file)
@@ -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,