Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).

This commit is contained in:
Vincent Richard 2005-10-16 15:47:07 +00:00
parent 53d9ede9de
commit 07220f6c5a

View File

@ -1718,6 +1718,15 @@ esac
AC_SUBST(VMIME_PKGCONFIGDIR)
# -- libtool 'CXX' tag
case "x${target_os}" in
xfreebsd*)
# FIXME: temporary hack until I find a better solution
# to make libtool use the C++ tag...
LIBTOOL="$LIBTOOL --tag=CXX"
;;
esac
#
# Flags