Created
October 25, 2011 01:08
-
-
Save mistydemeo/1311004 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure.in b/configure.in | |
index 0f5dcfb..c64934c 100644 | |
--- a/configure.in | |
+++ b/configure.in | |
@@ -331,7 +331,6 @@ fi | |
if test $libmikmod_driver_esd = yes | |
then | |
libmikmod_driver_esd=no | |
- AM_PATH_ESD(0.2.6,libmikmod_driver_esd=yes) | |
# We also need to know if esd is compiled with alsa support | |
if test $libmikmod_driver_esd = yes | |
then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment