BUG: Fix Bug #156 - ps2pdf is not found on linux

This commit is contained in:
Andy Cedilnik 2003-08-19 08:53:14 -04:00
parent 26d804aaa4
commit af721186a1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ IF (WIN32)
) )
ELSE (WIN32) ELSE (WIN32)
FIND_PROGRAM(PS2PDF_CONVERTER FIND_PROGRAM(PS2PDF_CONVERTER
NAMES ps2pdf14 psd2pdf NAMES ps2pdf14 ps2pdf
) )
ENDIF (WIN32) ENDIF (WIN32)