diff options
author | Tim Potter <tpot@samba.org> | 2003-10-31 01:18:41 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-31 01:18:41 +0000 |
commit | 64b97d0aa9986641bbb3b71f7fbdd27b2e5b6278 (patch) | |
tree | 09d645249f64796515e4062ca9fe828056e53791 /source3 | |
parent | b7047b353970b2cd982ec5f97798f4ad0df844c7 (diff) | |
download | samba-64b97d0aa9986641bbb3b71f7fbdd27b2e5b6278.tar.gz samba-64b97d0aa9986641bbb3b71f7fbdd27b2e5b6278.tar.bz2 samba-64b97d0aa9986641bbb3b71f7fbdd27b2e5b6278.zip |
Merge from 3.0: Sync up comments.
(This used to be commit c00bd547c875a1eba3b8c427f4fed0b61ae987c5)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/aclocal.m4 b/source3/aclocal.m4 index c7831c58ca..5169eee41b 100644 --- a/source3/aclocal.m4 +++ b/source3/aclocal.m4 @@ -125,11 +125,11 @@ AC_DEFUN(AC_LIBTESTFUNC, # may have different results. # # Note that using directly AS_VAR_PUSHDEF([ac_Lib], [ac_cv_lib_$1_$3]) -# is asking for troubles, since AC_CHECK_LIB($lib, fun) would give +# is asking for trouble, since AC_CHECK_LIB($lib, fun) would give # ac_cv_lib_$lib_fun, which is definitely not what was meant. Hence # the AS_LITERAL_IF indirection. # -# FIXME: This macro is extremely suspicious. It DEFINEs unconditionnally, +# FIXME: This macro is extremely suspicious. It DEFINEs unconditionally, # whatever the FUNCTION, in addition to not being a *S macro. Note # that the cache does depend upon the function we are looking for. # |