diff options
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-ml.in b/config-ml.in index 16885f95f0e..a2780356a0c 100644 --- a/config-ml.in +++ b/config-ml.in @@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then esac # FIXME: POPDIR=${PWD=`pwd`} doesn't work here. - ML_POPDIR=`pwd` + ML_POPDIR=`${PWDCMD-pwd}` cd ${ml_dir}/${ml_libdir} if [ -f ${ml_newsrcdir}/configure ]; then |