mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined
in port/pg_config_paths.h.
This commit is contained in:
11
configure
vendored
11
configure
vendored
@ -22083,17 +22083,6 @@ done
|
||||
|
||||
# Note: share/locale is always the default, independent of $datadir
|
||||
localedir='${prefix}/share/locale'
|
||||
if test x"$prefix" = x"NONE"; then
|
||||
exp_localedir="$ac_default_prefix/share/locale"
|
||||
else
|
||||
exp_localedir="$prefix/share/locale"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define LOCALEDIR "$exp_localedir"
|
||||
_ACEOF
|
||||
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user