comparison configure @ 1425:3679af53f203

sdl-config fixed - again =) huje atmos
author atmos4
date Mon, 30 Jul 2001 14:53:07 +0000
parents 2fcccb831d72
children 0ca4e638b696
comparison
equal deleted inserted replaced
1424:2fcccb831d72 1425:3679af53f203
341 # Lots of stuff are installed under /usr/local 341 # Lots of stuff are installed under /usr/local
342 342
343 _extralibdir=-L/usr/local/lib 343 _extralibdir=-L/usr/local/lib
344 _extraincdir=-I/usr/local/include 344 _extraincdir=-I/usr/local/include
345 345
346 if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then 346 if [ x"$_sdlconfig" = x"" ]; then
347 _sdlconfig='sdl11-config' 347 if [ "$system_name" = "FreeBSD" ]; then
348 else 348 _sdlconfig='sdl11-config'
349 _sdlconfig='sdl-config' 349 else
350 _sdlconfig='sdl-config'
351 fi
350 fi 352 fi
351 353
352 # --- 354 # ---
353 355
354 # Checking CC version... 356 # Checking CC version...