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)
commiteff7c75fbe7348e20fde39f0f02dc9613ccd7afc
treee4d2476fbcb08bfb8123609b82e652a8766a2b0a
parent92f00c9a4b6669954aa8689c5963c52ceaefdf57
configure.ac: Add LOCALEDIR definition to CFLAGS only once.

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