mirror of https://github.com/odrling/Aegisub
Remove un-needed AC_SUBST() for OpenAL (PKG_CHECK_MODULES does this).
Originally committed to SVN as r1954.
This commit is contained in:
parent
687b5bda32
commit
c31afc4018
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue