summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-12 23:38:07 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2007-02-13 09:20:39 -0200
commiteff7c75fbe7348e20fde39f0f02dc9613ccd7afc (patch)
treee4d2476fbcb08bfb8123609b82e652a8766a2b0a /configure.ac
parent92f00c9a4b6669954aa8689c5963c52ceaefdf57 (diff)
downloadparted-eff7c75fbe7348e20fde39f0f02dc9613ccd7afc.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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=""