From: Stephan Witt Date: Tue, 10 Jan 2012 07:16:00 +0000 (+0000) Subject: #7927 backport the configure fix to support --with-packaging=posix on Mac OS X X-Git-Tag: 2.0.3~85 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a68c3a2e42895d901c669580940c08fc7efdb733;p=features.git #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 --- diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 940a4af202..7dfcd794df 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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 diff --git a/status.20x b/status.20x index d3866c42dc..03158054e5 100644 --- a/status.20x +++ b/status.20x @@ -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: *************