From eff7c75fbe7348e20fde39f0f02dc9613ccd7afc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 12 Feb 2007 23:38:07 +0100 Subject: [PATCH] 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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="" -- 2.11.0