mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
#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:
parent
66fc6f76c0
commit
a68c3a2e42
@ -512,6 +512,7 @@ case $lyx_use_packaging in
|
|||||||
default_prefix=$ac_default_prefix
|
default_prefix=$ac_default_prefix
|
||||||
case ${host} in
|
case ${host} in
|
||||||
*cygwin*) lyx_install_cygwin=true ;;
|
*cygwin*) lyx_install_cygwin=true ;;
|
||||||
|
*apple-darwin*) lyx_install_macosx=true ;;
|
||||||
esac ;;
|
esac ;;
|
||||||
*) LYX_ERROR([Unknown packaging type $lyx_use_packaging]) ;;
|
*) LYX_ERROR([Unknown packaging type $lyx_use_packaging]) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -97,6 +97,8 @@ What's new
|
|||||||
|
|
||||||
- Make compilation work with GCC 4.7.
|
- Make compilation work with GCC 4.7.
|
||||||
|
|
||||||
|
- Support configure --with-packaging=posix on Mac OS X (bug 7927).
|
||||||
|
|
||||||
|
|
||||||
** Bug fixes:
|
** Bug fixes:
|
||||||
*************
|
*************
|
||||||
|
Loading…
Reference in New Issue
Block a user