From 61243965f2937a6426885af62f92d9f3bf44c05b Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 14 Sep 2004 19:00:20 +0000 Subject: [PATCH] [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... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 1.7.10.4