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 <[EMAIL PROTECTED]>
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0ad7ff3..d47d5fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,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=""
-- 
1.5.0.rc4.26.gcc46a-dirty



_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to