]> git.sesse.net Git - vlc/blobdiff - m4/dolt.m4
freetype: fix double free
[vlc] / m4 / dolt.m4
index 326b6a8251b4d4611d7d3ae38dab8d3123cbe6f1..d14bbe781b6079556f153555fcb70c085e7ca081 100644 (file)
@@ -26,10 +26,10 @@ case $host in
 |amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
     pic_options='-fPIC'
     ;;
-i?86-apple-darwin*)
+*-apple-darwin*)
     pic_options='-fno-common'
     ;;
-*mingw*)
+*mingw*|*nacl*)
     pic_options=''
     ;;
 *)
@@ -38,8 +38,9 @@ i?86-apple-darwin*)
 esac
 if test x$dolt_supported = xno ; then
     AC_MSG_RESULT([no, falling back to libtool])
-    LTCOMPILE='$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)'
-    LTCXXCOMPILE='$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)'
+    LTCOMPILE='$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)'
+    LTCXXCOMPILE='$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)'
+    m4_pattern_allow([AM_V_lt])
 else
     AC_MSG_RESULT([yes, replacing libtool])