r11729: Remove space from DYNEXP flags declaration for HPUX. Fixes bugzilla
authorTim Potter <tpot@samba.org>
Mon, 14 Nov 2005 23:09:46 +0000 (23:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:25 +0000 (11:05 -0500)
#3260.
(This used to be commit 78ddbb1dd4fd90ef5e3aee1fe42fdc0e3105c800)

source3/configure.in

index eb1974ccf7ab7b4fad9f18c2c9cb7325f9b860ed..f31f26f07b57a206a85f5f1ca0189aa33583ea3f 100644 (file)
@@ -1480,10 +1480,10 @@ if test "$enable_shared" = "yes"; then
                        fi
                        if test "$host_cpu" = "ia64"; then
                                SHLIBEXT="so"
-                               DYNEXP="-Wl,-E,+b /usr/local/lib/hpux32:/usr/lib/hpux32"
+                               DYNEXP="-Wl,-E,+b/usr/local/lib/hpux32:/usr/lib/hpux32"
                        else
                                SHLIBEXT="sl"
-                               DYNEXP="-Wl,-E,+b /usr/local/lib:/usr/lib"
+                               DYNEXP="-Wl,-E,+b/usr/local/lib:/usr/lib"
                        fi
                        AC_DEFINE(STAT_ST_BLOCKSIZE,8192,[The size of a block])
                        AC_DEFINE(POSIX_ACL_NEEDS_MASK,1,[Does a POSIX ACL need a mask element])