diff configure @ 1425:3679af53f203

sdl-config fixed - again =) huje atmos
author atmos4
date Mon, 30 Jul 2001 14:53:07 +0000
parents 2fcccb831d72
children 0ca4e638b696
line wrap: on
line diff
--- a/configure	Mon Jul 30 11:14:59 2001 +0000
+++ b/configure	Mon Jul 30 14:53:07 2001 +0000
@@ -343,10 +343,12 @@
 _extralibdir=-L/usr/local/lib
 _extraincdir=-I/usr/local/include
 
-if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
-_sdlconfig='sdl11-config'
-else
-_sdlconfig='sdl-config'
+if [ x"$_sdlconfig" = x"" ]; then
+   if [ "$system_name" = "FreeBSD" ]; then
+      _sdlconfig='sdl11-config'
+   else
+      _sdlconfig='sdl-config'
+   fi
 fi
 
 # ---