]> git.sesse.net Git - vlc/commitdiff
- added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
authorDamien Fouilleul <damienf@videolan.org>
Tue, 2 May 2006 08:50:18 +0000 (08:50 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Tue, 2 May 2006 08:50:18 +0000 (08:50 +0000)
configure.ac

index 1de476ab603f12a82a64cb736a860ba23df12264..704fcedaa4ce6ca97f886c6668800686d3597c57 100644 (file)
@@ -5131,7 +5131,7 @@ then
   if test "${mozilla}" != "false"
   then
     build_pic=yes
-    AC_PATH_PROG(XPIDL, xpidl, no, ${xpidl_path} /usr/lib/mozilla)
+    AC_PATH_PROG(XPIDL, xpidl, no, ${xpidl_path}:/usr/lib/mozilla:/usr/lib64/mozilla)
     if test "${XPIDL}" = "no"; then
       AC_MSG_ERROR([Please install the Mozilla development tools, xpidl was not found.])
     fi