]> git.lyx.org Git - lyx.git/commitdiff
do not use -swap with gv
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 17 Feb 2005 13:21:08 +0000 (13:21 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 17 Feb 2005 13:21:08 +0000 (13:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9643 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 49c59c9b0138a1c36bc56a6c593d1ea448d50c6d..ac93d63ce9cd383ff038de7d98d461938371d8f5 100644 (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
index b83c86117649df7c53b7af47838f8f7a24abef04..fce618c0947015f9e7a338f02e72fe12b1e6b12d 100644 (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