BUG: fix for bug 0005871

This commit is contained in:
Bill Hoffman 2007-10-12 11:00:35 -04:00
parent 79d9041d81
commit e808f81f90
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ENDIF (ASPELL_INCLUDE_DIR AND ASPELL_LIBRARIES)
FIND_PATH(ASPELL_INCLUDE_DIR aspell.h )
FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15)
FIND_LIBRARY(ASPELL_LIBRARIES NAMES aspell aspell-15 libaspell-15 libaspell)
# handle the QUIETLY and REQUIRED arguments and set ASPELL_FOUND to TRUE if
# all listed variables are TRUE