[parted-devel] [PATCH] configure.ac: Add LOCALEDIR definition to
CFLAGS only once.
Jim Meyering
jim at meyering.net
Mon Feb 12 23:38:07 CET 2007
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 at meyering.net>
---
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
More information about the parted-devel
mailing list