Ticket #2999: patch_mythplugins_configure

File patch_mythplugins_configure, 604 bytes (added by dhighley@…, 17 years ago)

svn diff patch for configure

Line 
1Index: configure
2===================================================================
3--- configure   (revision 12657)
4+++ configure   (working copy)
5@@ -321,6 +321,11 @@
6     LIBPATHS="`echo $LIBPATHS $prefix/$libdir_name /$libdir_name /usr/$libdir_name /usr/local/$libdir_name /usr/X11R6/$libdir_name | sed s/'\/ '/' '/g` "
7 
8     HAS_IT="no"
9+    if [ `arch` = 'x86_64' ];then
10+       LIBPATHS="/usr/lib64 /usr/lib $LIBPATHS"
11+    else
12+       LIBPATHS="/usr/lib $LIBPATHS"
13+    fi
14     for LIBPATH in $LIBPATHS ; do
15         if test x`ls $LIBPATH/$1* 2> /dev/null | head -n 1` != x"" ; then
16             HAS_IT="yes"