[grilo] configure: don't hardcode lib64



commit 1d806abd6310e013035eb98347df700d93b11dd6
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Mar 12 15:35:03 2014 -0400

    configure: don't hardcode lib64
    
    If the user wants libraries installed in a directory called lib64 then
    they will specify this via the --libdir option.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726197

 configure.ac |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7abbcec..31c67c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,17 +102,6 @@ if test "x${exec_prefix}" = "xNONE" ; then
    exec_prefix="${prefix}"
 fi
 
-if test "${libdir}" = '${exec_prefix}/lib'; then
-   case `uname -m` in
-        x86_64|ppc64|powerpc64)
-                libdir='${exec_prefix}/lib64'
-        ;;
-        *)
-                libdir='${exec_prefix}/lib'
-        ;;
-esac
-fi
-
 # Plugins directory
 
 GRL_PLUGINS_DIR=`eval echo ${libdir}/${GRL_NAME}`


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]