From c31afc401883cdabc72b0ee2b8ab02688075db87 Mon Sep 17 00:00:00 2001
From: Amar Takhar <verm@aegisub.org>
Date: Fri, 7 Mar 2008 15:45:12 +0000
Subject: [PATCH] Remove un-needed AC_SUBST() for OpenAL (PKG_CHECK_MODULES
 does this).

Originally committed to SVN as r1954.
---
 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index f30b11cb5..ab5e80bbe 100644
--- a/configure.in
+++ b/configure.in
@@ -194,8 +194,8 @@ if test "$with_openal" = "yes"; then
   AC_DEFINE(WITH_OPENAL, 1, [Enable OpenAL support])
 fi
 
-AC_SUBST(OPENAL_CFLAGS)
-AC_SUBST(OPENAL_LIBS)
+
+
 
 #################
 # Video Providers
-- 
GitLab