From c0fa72a1bb2cdc1a64a144b287464646c8692b5e Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 15 Mar 2012 18:58:18 +0100 Subject: [PATCH] Added missing elf part. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index f1a602e34..6b0ade56d 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, -- 2.11.4.GIT