diff options
author | Michael Adam <obnox@samba.org> | 2011-03-31 13:45:21 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-31 18:10:22 +0200 |
commit | 0943d39cd646bfd63ce6256324bd34af826f9893 (patch) | |
tree | 218741e8951ae9a758ba1ae21ec34483c6226c83 | |
parent | 3a3c118a7edf679d6b545df035fd8d51b00e0830 (diff) | |
download | samba-0943d39cd646bfd63ce6256324bd34af826f9893.tar.gz samba-0943d39cd646bfd63ce6256324bd34af826f9893.tar.bz2 samba-0943d39cd646bfd63ce6256324bd34af826f9893.zip |
s3:configure: fix a comment.
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 6033b0b13b..c80cdae7b7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5448,7 +5448,7 @@ else ctdb_broken="ctdb transaction support missing or too old" fi -# in ctdb 1.0.57 ctdb_control_tcp was temparary renamed to ctdb_tcp_client +# In ctdb 1.0.57, ctdb_control_tcp was temporarily renamed to ctdb_tcp_client. AC_CHECK_TYPE(struct ctdb_tcp_client,[ AC_DEFINE([ctdb_control_tcp],[ctdb_tcp_client],[ctdb ipv4 support]) ],,[ |