Remove un-needed AC_SUBST() for OpenAL (PKG_CHECK_MODULES does this).

Originally committed to SVN as r1954.
This commit is contained in:
Amar Takhar 2008-03-07 15:45:12 +00:00
parent 687b5bda32
commit c31afc4018

View file

@ -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