diff options
Diffstat (limited to 'libobjc/configure.in')
-rw-r--r-- | libobjc/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libobjc/configure.in b/libobjc/configure.in index 8035f2ad6f7..d5cdc6a5289 100644 --- a/libobjc/configure.in +++ b/libobjc/configure.in @@ -31,6 +31,9 @@ if test "${srcdir}" = "." ; then else topsrcdir=${srcdir}/.. fi +dnl This is needed for a multilibbed build in the source tree so +dnl that install-sh and config.sub get found. +AC_CONFIG_AUX_DIR($topsrcdir) dnl Checks for programs. # For ObjC we'll set CC to point at the built gcc, but this will get it into |