]> git.lyx.org Git - features.git/commitdiff
Fix oversight in autotools packaging selection
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Mar 2014 12:51:25 +0000 (13:51 +0100)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Apr 2014 15:51:59 +0000 (11:51 -0400)
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.

config/lyxinclude.m4

index d1b78f95d210d81adfa7ff8782874cedb6ba1f32..61ea48ddf38ccb63d7cf8448d8779c69bf602147 100644 (file)
@@ -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