X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure;h=a72c059c1e6bca4a7a138487a6f7714828c29a44;hb=76c06a1a8a2c359341a086c87c9a12c9926c440f;hp=420a07c5f41de4e8da01ee55ff8c2b54907de0d0;hpb=4426590d5e20e054247a65334547e5a25037b36c;p=pcsx_rearmed.git diff --git a/configure b/configure index 420a07c5..a72c059c 100755 --- a/configure +++ b/configure @@ -66,7 +66,7 @@ optimize_cortexa8="no" optimize_arm926ej="no" # hardcoded stuff -if [ ${OSTYPE} = "FreeBSD" ]; then +if [ "${OSTYPE}" = "FreeBSD" ]; then CC="clang" CXX="clang++" CFLAGS="-I/usr/local/include -L/usr/local/lib" @@ -80,7 +80,7 @@ AR="${AS-${CROSS_COMPILE}ar}" MAIN_LDLIBS="$LDLIBS -ldl -lm -lpthread" config_mak="config.mak" -if [ ${OSTYPE} = "FreeBSD" ]; then +if [ "${OSTYPE}" = "FreeBSD" ]; then SYSROOT="$sysroot" [ "x${SDL_CONFIG}" = "x" ] && SDL_CONFIG="${SYSROOT}/usr/local/bin/sdl-config" else