[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2169-gf7ba8ba

Andrew Tridgell tridge at samba.org
Tue Jun 9 04:19:48 GMT 2009


The branch, master has been updated
       via  f7ba8ba5c3dee9f422c6a3c8470197b12ae5b213 (commit)
      from  b258c5fa67a8597e6d3fb0c55797f0a451e331b0 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f7ba8ba5c3dee9f422c6a3c8470197b12ae5b213
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Jun 9 14:18:58 2009 +1000

    try to get PICFLAG right for HP-UX with gcc

-----------------------------------------------------------------------

Summary of changes:
 lib/replace/libreplace_ld.m4 |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/libreplace_ld.m4 b/lib/replace/libreplace_ld.m4
index 6a99e96..8ab5e78 100644
--- a/lib/replace/libreplace_ld.m4
+++ b/lib/replace/libreplace_ld.m4
@@ -71,13 +71,12 @@ case "$host_os" in
 		PICFLAG="-O2"
 		;;
 	*hpux*)
-		if test $ac_cv_prog_cc_Ae = yes; then
-			PICFLAG="+z +ESnolit"
-		elif test "${GCC}" = "yes"; then
+		if test "${GCC}" = "yes"; then
 			PICFLAG="-fPIC"
-		fi
-		if test "$host_cpu" = "ia64"; then
-			PICFLAG="+z"
+		elif test "$host_cpu" = "ia64"; then
+		        PICFLAG="+z"
+		elif test $ac_cv_prog_cc_Ae = yes; then
+			PICFLAG="+z +ESnolit"
 		fi
 		;;
 	*osf*)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list