external libintl: fix nls compiler error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2008-04-20 12:09:56 +00:00
parent 07502281bc
commit 5844446857

View File

@ -134,6 +134,7 @@ endif()
if(use_external_libintl)
find_package(Libintl REQUIRED)
add_definitions(-DHAVE_GETTEXT)
endif()
message("")