summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-11-14 23:09:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:25 -0500
commit78ddbb1dd4fd90ef5e3aee1fe42fdc0e3105c800 (patch)
tree3cd82013081a0d17b72ca665b214a18ee8f1928e /source
parent3e3113a1fab282c0f652340d1027bb614ef93ec3 (diff)
downloadsamba-78ddbb1dd4fd90ef5e3aee1fe42fdc0e3105c800.tar.gz
samba-78ddbb1dd4fd90ef5e3aee1fe42fdc0e3105c800.tar.xz
samba-78ddbb1dd4fd90ef5e3aee1fe42fdc0e3105c800.zip
r11729: Remove space from DYNEXP flags declaration for HPUX. Fixes bugzilla
#3260.
Diffstat (limited to 'source')
-rw-r--r--source/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in
index eb1974ccf7a..f31f26f07b5 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -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])