]> git.sesse.net Git - vlc/commitdiff
Fix.
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 4 May 2006 22:36:31 +0000 (22:36 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 4 May 2006 22:36:31 +0000 (22:36 +0000)
configure.ac

index 525884322e141cd4086c4e935a61bb45a2e2c1db..d76a3b467d12eaa908fe40f0fa5b699ea66aa87d 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}'`" != "${host_alias}"; then
+   if test "`grep HOST ${topdir}/extras/contrib/config.mak |awk '{print $3}'`" != "${ac_cv_host_alias}"; 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])