Fix localedir definition.

This commit is contained in:
Moritz Göbelbecker 2008-05-06 00:06:59 +00:00
parent 3b8a64917f
commit 75d64b1df9

View file

@ -80,7 +80,7 @@ if(NOT WIN32)
endif(IS_ABSOLUTE ${DATADIR})
endif(NOT WIN32)
add_definitions(-DLOCALEDIR=='\"${LOCALEDIR}\"')
add_definitions(-DLOCALEDIR='\"${LOCALEDIR}\"')
message("set -DLOCALEDIR='\"${LOCALEDIR}\"'")
if(NOT IS_ABSOLUTE ${LOCALEDIR})