Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).
This commit is contained in:
parent
53d9ede9de
commit
07220f6c5a
@ -1718,6 +1718,15 @@ esac
|
|||||||
|
|
||||||
AC_SUBST(VMIME_PKGCONFIGDIR)
|
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
|
# Flags
|
||||||
|
Loading…
Reference in New Issue
Block a user