Disable gettext for now

This commit is contained in:
John Wiegley 2012-05-20 05:07:34 -05:00
parent 627574492e
commit 50370b8c35

View file

@ -58,11 +58,11 @@ include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
find_package(Gettext) # Used for running tests
if(GETTEXT_FOUND)
set(HAVE_GETTEXT 1)
else()
#if(GETTEXT_FOUND)
# set(HAVE_GETTEXT 1)
#else()
set(HAVE_GETTEXT 0)
endif()
#endif()
########################################################################