changeset 1419:4f2bcaaff638

Fixed override of --with-sdl-config.
author atmos4
date Sun, 29 Jul 2001 17:02:59 +0000
parents 94a564660308
children d97816161256
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jul 29 16:50:07 2001 +0000
+++ b/configure	Sun Jul 29 17:02:59 2001 +0000
@@ -343,7 +343,7 @@
 _extralibdir=-L/usr/local/lib
 _extraincdir=-I/usr/local/include
 
-if [ "$system_name" = "FreeBSD" ]; then
+if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
 _sdlconfig='sdl11-config'
 else
 _sdlconfig='sdl-config'