]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.m4
Change Andre Spiegel's email address
[lyx.git] / lib / configure.m4
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