#7927 apply patch from mft to support posix packageing on Mac for the Gentoo prefix project

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2012-01-05 19:50:18 +00:00
parent 5a80aa6fcf
commit a86893a84c

View File

@ -521,6 +521,7 @@ case $lyx_use_packaging in
default_prefix=$ac_default_prefix
case ${host} in
*cygwin*) lyx_install_cygwin=true ;;
*apple-darwin*) lyx_install_macosx=true ;;
esac
lyx_install_posix=true ;;
*) LYX_ERROR([Unknown packaging type $lyx_use_packaging]) ;;