From: helge Date: Wed, 28 Sep 2005 15:02:53 +0000 (+0000) Subject: enabled PCH on OSX X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670786884ef6b16f52db59aef041a5b44423f0f3;p=sope enabled PCH on OSX git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1136 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/configure b/configure index c05801b1..9e51aff3 100755 --- a/configure +++ b/configure @@ -125,18 +125,21 @@ function setupInternalGSMake() { ARG_PREFIX="/usr/local/" fi elif test -d gnustep-make; then + ENABLE_PCH_OPT="" SETUP_COMBO="gnu-fd-nil" SETUP_LOGNAME="config-gstepmake.log" if test -d /Developer/Applications/Xcode.app; then # rather weird OSX test, right? ;-> SETUP_COMBO="apple-apple-nil" + ENABLE_PCH_OPT="--enable-pch" fi pregsmdir="$PWD" echo -n "configuring builtin gnustep-make environment (${SETUP_LOGNAME}) .." - + cd "$GSTEPMAKE_SRCDIR" ./configure >${pregsmdir}/${SETUP_LOGNAME} \ + ${ENABLE_PCH_OPT} \ --prefix="${INTERNAL_MAKEDIR}" \ --without-system-root \ --with-network-root="${INTERNAL_MAKEDIR}" \