do not use -swap with gv

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-02-17 13:21:08 +00:00
parent 733b1b1363
commit 99abb05c93
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-02-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.m4: do not use -swap option for gv (it does not work
with latest versions).
2005-02-13 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* ui/stdmenus.ui: add more facilities for drawing/deleting partition

View File

@ -295,7 +295,7 @@ test "$latex_to_sxw_command" != "none" && latex_to_sxw_command="$latex_to_sxw_co
# Search something to preview postscript
SEARCH_PROG([for a Postscript previewer],GHOSTVIEW,gsview32 gv ghostview kghostview)
case $GHOSTVIEW in
gv|ghostview) PS_VIEWER="$GHOSTVIEW -swap" ;;
ghostview) PS_VIEWER="$GHOSTVIEW -swap" ;;
*) PS_VIEWER="$GHOSTVIEW";;
esac
EPS_VIEWER=$GHOSTVIEW