* configure.ac (xcsdkdir): Only set if using xcrun.

This commit is contained in:
Jan Djärv 2013-12-29 14:17:09 +01:00
parent b9c299ef6c
commit 830506d93a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
* configure.ac (xcsdkdir): Only set if using xcrun.
2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.

View file

@ -92,9 +92,9 @@ if test -n "$XCRUN"; then
if test -z "$MAKE_PROG"; then
MAKE="$XCRUN MAKE"
export MAKE
xcsdkdir=`$XCRUN --show-sdk-path 2>/dev/null`
fi
fi
xcsdkdir=`$XCRUN --show-sdk-path 2>/dev/null`
fi
dnl Fairly arbitrary, older versions might work too.