aboutsummaryrefslogtreecommitdiff
path: root/intl/configure
diff options
context:
space:
mode:
Diffstat (limited to 'intl/configure')
-rwxr-xr-xintl/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/intl/configure b/intl/configure
index 32d7753..f212db5 100755
--- a/intl/configure
+++ b/intl/configure
@@ -7037,8 +7037,10 @@ LIBINTL_DEP=
INCINTL=
case $USE_INCLUDED_LIBINTL in
yes)
- LIBINTL_DEP='${top_builddir}/intl/libintl.a'
- INCINTL='-I${top_builddir}/intl'
+ LIBINTL=`echo $LIBINTL | sed 's,${top_builddir},&/..,' `
+ LTLIBINTL=`echo $LTLIBINTL | sed 's,${top_builddir},&/..,' `
+ LIBINTL_DEP='${top_builddir}/../intl/libintl.a'
+ INCINTL='-I${top_builddir}/../intl'
;;
esac