]> git.sesse.net Git - vlc/commitdiff
Hope it really fix it
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 5 May 2006 12:02:55 +0000 (12:02 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 5 May 2006 12:02:55 +0000 (12:02 +0000)
configure.ac

index d76a3b467d12eaa908fe40f0fa5b699ea66aa87d..6833b83ab301837c64e1e0739f7ded124194d398 100644 (file)
@@ -98,7 +98,7 @@ AC_ARG_WITH(contrib,
     if test "`echo \"$topdir\" | cut -c 1`" != "/"; then
        topdir="`pwd`/$topdir"
     fi
-   if test "`grep HOST ${topdir}/extras/contrib/config.mak |awk '{print $3}'`" != "${ac_cv_host_alias}"; then
+   if test "`grep HOST ${topdir}/extras/contrib/config.mak |awk '{print $3}'`" != "`$CC -dumpmachine`"; then
       if test "${with_contrib}" = "yes"; then
         AC_MSG_RESULT([no])
        AC_MSG_ERROR([ not using the libs in extras/contrib as it is not the same host])