summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-15 18:25:43 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-15 19:15:41 +0300
commitd179edbf4000a75f325238f1ba49b94e49af4b79 (patch)
tree752c33180808990fbb5b06e197679fb4518e5f19 /configure.ac
parentDrop leftover EXTRA_CFLAGS and EXTRA_CDEFS (diff)
downloadcore-d179edbf4000a75f325238f1ba49b94e49af4b79.tar.gz
core-d179edbf4000a75f325238f1ba49b94e49af4b79.zip
Default libtool to /usr/bin/libtool
We never want LIBTOOL to mean a GNU libtool (which is a totally different program) which might be present in $PATH before /usr/bin/libtool, specifically /usr/local/bin, which by default (and stupidly IMHO) is before /usr/bin on stock OS X. Change-Id: I633a9fd275503f77fc1a0dd3d24a6776579792ba
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 07ffc0840805..a6ea1a4aa885 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2929,7 +2929,7 @@ if test $_os = Darwin; then
;;
esac
- LIBTOOL=libtool
+ LIBTOOL=/usr/bin/libtool
INSTALL_NAME_TOOL=install_name_tool
if test -z "$save_CC"; then
AC_MSG_CHECKING([what compiler to use])