BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced

with the KDE version of FindRUBY.cmake

Alex
This commit is contained in:
Alexander Neundorf 2006-12-07 17:37:56 -05:00
parent 2ad2566d19
commit 179aad32f3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ FIND_PATH(RUBY_INCLUDE_PATH
/usr/lib/ruby/1.8/i586-linux-gnu/ )
FIND_LIBRARY(RUBY_LIBRARY
NAMES ruby
NAMES ruby ruby1.8
PATHS ${RUBY_POSSIBLE_LIB_PATH}
)