* configure.ac (xcsdkdir): Only set if using xcrun.
This commit is contained in:
parent
b9c299ef6c
commit
830506d93a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue