]> git.lyx.org Git - features.git/commitdiff
#7927 backport the configure fix to support --with-packaging=posix on Mac OS X
authorStephan Witt <switt@lyx.org>
Tue, 10 Jan 2012 07:16:00 +0000 (07:16 +0000)
committerStephan Witt <switt@lyx.org>
Tue, 10 Jan 2012 07:16:00 +0000 (07:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40594 a592a061-630c-0410-9148-cb99ea01b6c8

config/lyxinclude.m4
status.20x

index 940a4af20270135803cef75e12bb4f4831e8a605..7dfcd794dfbe0d20ddfed6c3a605686ef9119f7b 100644 (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
index d3866c42dc485114f2aec77b5e5fef4d15be974a..03158054e50930f1d765500f875571e21b40be3a 100644 (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:
 *************