diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-11-16 10:10:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:29 +0100 |
commit | 676bb230fcb310e56ef6cc9f15e257ffca4304ba (patch) | |
tree | 162f64fffe13a6f181791eb41022894e1806d44c /source4/lib/replace | |
parent | 896e46aa6c3952b4955c87a867c24705ed85f47d (diff) | |
download | samba-676bb230fcb310e56ef6cc9f15e257ffca4304ba.tar.gz samba-676bb230fcb310e56ef6cc9f15e257ffca4304ba.tar.bz2 samba-676bb230fcb310e56ef6cc9f15e257ffca4304ba.zip |
r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS
metze
(This used to be commit 410cdf789a72209f9e10321519fe18ab40a43f95)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/libreplace_ld.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index ac8c870a64..e78450bc1b 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -78,7 +78,7 @@ esac AC_SUBST(PICFLAG) ]) -AC_DEFUN([AC_LD_SHLDFLAGS], +AC_DEFUN([AC_LIBREPLACE_SHLD_FLAGS], [ SHLD_FLAGS="-shared" |