From 79b8c3973ae16328a3fdc801b68c61ac4347dc10 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 21 Mar 2005 20:28:00 +0000 Subject: [PATCH] on OSX use --disable-strip/--with-gnustep per default check for weird library-combo git-svn-id: http://svn.opengroupware.org/SOPE/trunk@685 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- configure | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/configure b/configure index 6947a946..d62b6362 100755 --- a/configure +++ b/configure @@ -133,6 +133,18 @@ function validateGNUstepArgs() { fi } +function setupAppleArgs() { + ARG_WITH_STRIP=0 + ARG_WITH_GNUSTEP=1 + + if test "xLIBRARY_COMBO" != "apple-apple-nil"; then + if test "xLIBRARY_COMBO" != "apple-apple-apple"; then + echo "WARNING: detected unusual GNUstep setup: $LIBRARY_COMBO" + echo "" + fi + fi +} + function validateArgs() { # validate prefix (could be better?) case "x$ARG_PREFIX" in @@ -392,6 +404,11 @@ if test $ARG_BEQUIET != 1; then printGNUstepSetup; fi +# setup some GNUstep dependend defaults +if test "x$GNUSTEP_HOST_VENDOR" = "xapple"; then + setupAppleArgs; +fi + # ensure the parameters make sense validateArgs -- 2.39.2