OSDN Git Service

configure.ac: Add LOCALEDIR definition to CFLAGS only once.
authorJim Meyering <jim@meyering.net>
Mon, 12 Feb 2007 22:38:07 +0000 (23:38 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 13 Feb 2007 11:20:39 +0000 (09:20 -0200)
I noticed that there were two identical lines in configure.ac,
adding the same LOCALEDIR definition to CFLAGS.
This change removes the latter.

* configure.ac: Add LOCALEDIR definition to CFLAGS only once.

Signed-off-by: Jim Meyering <jim@meyering.net>
configure.ac

index ef3f6da..7d6914f 100644 (file)
@@ -207,7 +207,6 @@ Or install gettext.  GNU gettext is available from
 )
        exit
 fi
-CFLAGS="$CFLAGS -DLOCALEDIR=\"\\\"$datadir/locale\\\"\""
 
 dnl Check for libdl, if we are doing dynamic loading
 DL_LIBS=""