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.
This commit is contained in:
Jean-Marc Lasgouttes 2014-03-27 13:51:25 +01:00 committed by Richard Heck
parent 0a6ff99f28
commit 5ff8a01cb6

View 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