[postgis-tickets] r15238 - Change MSG line

Paul Ramsey pramsey at cleverelephant.ca
Mon Nov 21 07:03:33 PST 2016


Author: pramsey
Date: 2016-11-21 07:03:33 -0800 (Mon, 21 Nov 2016)
New Revision: 15238

Modified:
   branches/2.3/configure.ac
Log:
Change MSG line


Modified: branches/2.3/configure.ac
===================================================================
--- branches/2.3/configure.ac	2016-11-21 15:03:20 UTC (rev 15237)
+++ branches/2.3/configure.ac	2016-11-21 15:03:33 UTC (rev 15238)
@@ -574,15 +574,15 @@
     darwin*)
         AC_PATH_PROG([XCRUN], [xcrun])
         if test "x$XCRUN" = "x"; then
-        	AC_MSG_RESULT([using OSX XCode... yes])
+        	AC_MSG_RESULT([using OSX XCode... no])
         else
-              XCODE_VER=`$XCRUN --show-sdk-version`
-              if test $XCODE_VER = "10.12"; then
-                      AC_MSG_RESULT([applying OSX XCode 10.12 libxml special case... yes])
-                      XML2_LDFLAGS=`$XML2CONFIG --exec-prefix=/usr --libs`
-              else
-                      AC_MSG_RESULT([using OSX XCode $XCODE_VER... yes])
-              fi
+            XCODE_VER=`$XCRUN --show-sdk-version`
+            if test $XCODE_VER = "10.12"; then
+                AC_MSG_RESULT([applying OSX XCode 10.12 libxml special case... yes])
+                XML2_LDFLAGS=`$XML2CONFIG --exec-prefix=/usr --libs`
+            else
+                AC_MSG_RESULT([using OSX XCode $XCODE_VER... yes])
+            fi
         fi
         ;;
 esac



More information about the postgis-tickets mailing list