diff options
author | Simo Sorce <idra@samba.org> | 2007-05-17 19:26:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:12 -0500 |
commit | f42759dbfc97ecc56dfc3837d41634ed8fe07b0b (patch) | |
tree | 2790de93614b5913e99b376041e83722974ef4ad | |
parent | 4a50c674629c6ee0f01ab16aa1561c5acc17c5e2 (diff) | |
download | samba-f42759dbfc97ecc56dfc3837d41634ed8fe07b0b.tar.gz samba-f42759dbfc97ecc56dfc3837d41634ed8fe07b0b.tar.bz2 samba-f42759dbfc97ecc56dfc3837d41634ed8fe07b0b.zip |
r22976: whoops typo
(This used to be commit 2d4c3a7520e3fa8b61d717a83ae63a633f433ea3)
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 592fc6a1f6..db67596f66 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1772,7 +1772,7 @@ then int foo; main () { return 0;} EOF - if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fPIE -Wl,z,relro -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD]) + if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fPIE -Wl,-z,relro -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD]) then samba_cv_fpie_relro=yes else @@ -1782,7 +1782,7 @@ EOF ]) if test x"${samba_cv_fpie_relro}" = x"yes" then - PIE_LDFLAGS="-pie -Wl,z,relro" + PIE_LDFLAGS="-pie -Wl,-z,relro" fi fi |