diff options
author | Jeremy Allison <jra@samba.org> | 2004-08-20 21:15:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:26 -0500 |
commit | 08e37cd69306d6dfbd7872caead05572c2cf2e98 (patch) | |
tree | 043fbf0428b5b83769482968f7e18efb8e4047fb /source3 | |
parent | f1fd211e80732f66ca94604d8132d9f31dc5b717 (diff) | |
download | samba-08e37cd69306d6dfbd7872caead05572c2cf2e98.tar.gz samba-08e37cd69306d6dfbd7872caead05572c2cf2e98.tar.bz2 samba-08e37cd69306d6dfbd7872caead05572c2cf2e98.zip |
r1968: Remove spurious "A" spotted by Jason Mader <jason@ncac.gwu.edu>.
Jeremy.
(This used to be commit 80f7c3141c0925b858cba4a276b370228777263d)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 4076f654ef..dba87a753d 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2319,7 +2319,6 @@ if test x"$samba_cv_REALPATH_TAKES_NULL" = x"yes"; then AC_DEFINE(REALPATH_TAKES_NULL,1,[Whether the realpath function allows NULL]) fi -A ################################################# # check for smbwrapper support AC_MSG_CHECKING(whether to use smbwrapper) |