diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-09 23:34:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-09 23:34:14 +0000 |
commit | 467d467d0bf8d188b47b27138dc8b6745cef19f2 (patch) | |
tree | a43517e5c21983b7cf359832c2d89cdae0bf4b20 | |
parent | fc0d5bd5d823bb4ad11757609ea705390e975479 (diff) |
syntax
git-svn-id: svn://tug.org/texlive/trunk@7996 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/texk/dvipng/configure | 3 | ||||
-rw-r--r-- | Build/source/texk/dvipng/configure.ac | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure index c2d1f23bd31..8c32876bb2f 100755 --- a/Build/source/texk/dvipng/configure +++ b/Build/source/texk/dvipng/configure @@ -2181,7 +2181,8 @@ fi if test -n "$GS"; then - ; else + true + else GS="gs" { $as_echo "$as_me:$LINENO: WARNING: Cannot find GhostScript in your PATH" >&5 $as_echo "$as_me: WARNING: Cannot find GhostScript in your PATH" >&2;} diff --git a/Build/source/texk/dvipng/configure.ac b/Build/source/texk/dvipng/configure.ac index 7bef5380434..7c0d6aa9dd9 100644 --- a/Build/source/texk/dvipng/configure.ac +++ b/Build/source/texk/dvipng/configure.ac @@ -32,7 +32,8 @@ AC_ARG_WITH(gs, fi], [AC_CHECK_PROG(GS,gs,gs) if test -n "$GS"; then - ; dnl --skip, karl GS_CHECK_DEVICES + true + dnl --skip, karl GS_CHECK_DEVICES else GS="gs" AC_MSG_WARN([Cannot find GhostScript in your PATH]) |