bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] configure.ac: Add LOCALEDIR definition to CFLAGS only once.


From: Jim Meyering
Subject: [PATCH] configure.ac: Add LOCALEDIR definition to CFLAGS only once.
Date: Mon, 12 Feb 2007 23:38:07 +0100

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 <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]