#7927 backport the configure fix to support --with-packaging=posix on Mac OS X

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40594 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2012-01-10 07:16:00 +00:00
parent 66fc6f76c0
commit a68c3a2e42
2 changed files with 3 additions and 0 deletions

View File

@ -512,6 +512,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_ERROR([Unknown packaging type $lyx_use_packaging]) ;;
esac

View File

@ -97,6 +97,8 @@ What's new
- Make compilation work with GCC 4.7.
- Support configure --with-packaging=posix on Mac OS X (bug 7927).
** Bug fixes:
*************