commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9356 - gnuradio/branches/developers/eb/lib64/config


From: eb
Subject: [Commit-gnuradio] r9356 - gnuradio/branches/developers/eb/lib64/config
Date: Wed, 20 Aug 2008 15:00:36 -0600 (MDT)

Author: eb
Date: 2008-08-20 15:00:35 -0600 (Wed, 20 Aug 2008)
New Revision: 9356

Modified:
   gnuradio/branches/developers/eb/lib64/config/gr_lib64.m4
Log:
another try at the debian case

Modified: gnuradio/branches/developers/eb/lib64/config/gr_lib64.m4
===================================================================
--- gnuradio/branches/developers/eb/lib64/config/gr_lib64.m4    2008-08-20 
20:49:46 UTC (rev 9355)
+++ gnuradio/branches/developers/eb/lib64/config/gr_lib64.m4    2008-08-20 
21:00:35 UTC (rev 9356)
@@ -47,12 +47,14 @@
     *)      is_linux=no  ;;
   esac
 
-  if test "$is_linux" = no || test "$host_cpu" != "x86_64" && test "$host_cpu" 
!= "powerpc64" ; then
+  if test "$is_linux" = no || test "$host_cpu" != "x86_64" && test "$host_cpu" 
!= "powerpc64"; then
     gr_libdir_suffix=""
-  elif test "$cross_compiling" = yes ; then
+  elif test "$cross_compiling" = yes; then
     _GR_LIB64_ASK_COMPILER
-  elif test "$host_cpu" = "x86_64" && test -d /lib64 && ! test -L /lib64; then
-    gr_libdir_suffix=64
+  elif test "$host_cpu" = "x86_64"; then
+    if test -d /lib64 && test ! -L /lib64; then
+      gr_libdir_suffix=64
+    fi
   else
     _GR_LIB64_ASK_COMPILER  
   fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]