From: Jim Meyering Date: Mon, 12 Feb 2007 22:38:07 +0000 (+0100) Subject: configure.ac: Add LOCALEDIR definition to CFLAGS only once. X-Git-Tag: android-x86-4.4-r1~1172 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eff7c75fbe7348e20fde39f0f02dc9613ccd7afc;p=android-x86%2Fexternal-parted.git 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 --- diff --git a/configure.ac b/configure.ac index ef3f6da..7d6914f 100644 --- a/configure.ac +++ b/configure.ac @@ -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=""