From: Jean-Marc Lasgouttes Date: Thu, 27 Mar 2014 12:51:25 +0000 (+0100) Subject: Fix oversight in autotools packaging selection X-Git-Tag: 2.2.0alpha1~2037 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5ff8a01cb610b58f5c3c84f7e65440b0a001b5f6;p=features.git Fix oversight in autotools packaging selection The only consequence of this thinko is that the lyx.desktop and the svg icons were installed on Mac OS and Windows platform, whereas they are useless. --- diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index d1b78f95d2..61ea48ddf3 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -463,6 +463,7 @@ AC_ARG_WITH(packaging, *) lyx_use_packaging=posix;; esac]) AC_MSG_RESULT($lyx_use_packaging) +lyx_install_posix=false lyx_install_macosx=false lyx_install_cygwin=false lyx_install_windows=false