diff options
author | unknown <jcole@tetra.bedford.progress.com> | 2000-09-19 22:23:56 -0500 |
---|---|---|
committer | unknown <jcole@tetra.bedford.progress.com> | 2000-09-19 22:23:56 -0500 |
commit | 73654b719f9e4ce0426f856024bc4aa948a7a4b6 (patch) | |
tree | f79dca04f5f1edeaeeb1417b1434e07677760edd /configure.in | |
parent | 84b6b5a591b146888900adf6920de02423dc69db (diff) | |
download | mariadb-git-73654b719f9e4ce0426f856024bc4aa948a7a4b6.tar.gz |
removed misplaced comma in configure.in
configure.in:
removed comma, wasn't supposed to be there, causing problems ;)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 93c01f5606c..eea5f53c84f 100644 --- a/configure.in +++ b/configure.in @@ -1231,7 +1231,7 @@ AC_CHECK_FUNCS(alarm bmove \ pthread_setschedparam pthread_attr_setprio pthread_attr_setschedparam \ pthread_attr_create pthread_getsequence_np pthread_attr_setstacksize \ pthread_condattr_create rwlock_init pthread_rwlock_rdlock \ - crypt dlopen dlerror fchmod getpass getpassphrase initgroups, mlockall) + crypt dlopen dlerror fchmod getpass getpassphrase initgroups mlockall) # Sanity check: We chould not have any fseeko symbol unless # large_file_support=yes |