From: panne Date: Tue, 14 Sep 2004 19:00:20 +0000 (+0000) Subject: [project @ 2004-09-14 19:00:20 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1600 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=61243965f2937a6426885af62f92d9f3bf44c05b [project @ 2004-09-14 19:00:20 by panne] Fixed "yes" vs. "YES" confusion. This is currently really a mess and I'll really have to clean this up someday... --- diff --git a/configure.ac b/configure.ac index 1ec3273..75c4011 100644 --- a/configure.ac +++ b/configure.ac @@ -735,7 +735,7 @@ AC_ARG_ENABLE([openal], GhcLibsWithOpenAL=NO fi ], - [GhcLibsWithOpenAL=yes]) + [GhcLibsWithOpenAL=YES]) AC_SUBST([GhcLibsWithOpenAL])