From 0f092105f15c78fd56176f903e9a14a42ec03435 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 20 Oct 2003 20:46:55 +0000 Subject: [PATCH] don't care if SDL-1.2.6/configure is -x --- stepmania/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index df7df1f17f..bd51f6b8b7 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -15,7 +15,7 @@ if NHAVE_SDL # XXX Both of these should really be linked dynamically. # XXX honor vpath SDL-1.2.6/src/.libs/libSDL.a: - cd SDL-1.2.6 && ./configure \ + cd SDL-1.2.6 && sh ./configure \ --disable-nasm --disable-arts --disable-esd --enable-static --disable-shared \ --disable-debug --disable-alsa --disable-oss --disable-video-directfb make -C SDL-1.2.6