Blob Blame History Raw
diff -ur voms-1.9.14.2.orig/configure.ac voms-1.9.14.2/configure.ac
--- voms-1.9.14.2.orig/configure.ac	2009-10-15 10:29:56.000000000 +0200
+++ voms-1.9.14.2/configure.ac	2009-10-20 09:30:50.748114823 +0200
@@ -36,18 +36,6 @@
 
 AC_ENABLE_GLITE([], have_glite=yes, have_glite=no) # embed AC_GLITE
 
-if test "x$host_cpu" = "xx86_64"; then
-    AC_SUBST([libdir], ['${exec_prefix}/lib64'])
-fi
-
-if test -h /usr/lib64 ; then
-    libdir='${exec_prefix}/lib'
-fi
-
-if ! test -e /usr/lib64 ; then
-    libdir='${exec_prefix}/lib'
-fi
-
 AC_EXPAT([], have_expat=yes, have_expat=no)        # taken from org.glite
 AC_CPPUNIT([], have_cppunit=yes, have_cppunit=no)  # taken from org.glite
 AC_GLOBUS([], have_globus=yes, have_globus=no)