summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index b7932be13f..f9ef9803e2 100755
--- a/tools/configure
+++ b/tools/configure
@@ -111,7 +111,7 @@ simcc () {
111 elif [ "$simver" = "sdl" ]; then 111 elif [ "$simver" = "sdl" ]; then
112 # sdl version 112 # sdl version
113 GCCOPTS="$GCCOPTS `sdl-config --cflags`" 113 GCCOPTS="$GCCOPTS `sdl-config --cflags`"
114 LDOPTS="`sdl-config --libs`" 114 LDOPTS="`sdl-config --libs` -mconsole"
115 checksoundcard 115 checksoundcard
116 else 116 else
117 # x11 version 117 # x11 version