configure.ac: align URCU help message
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 18:07:47 +0000 (14:07 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 12 Jun 2009 18:07:47 +0000 (14:07 -0400)
configure.ac

index 8d4bfbc318e5ecdc27f9b6210949289aef97c658..dce1239b03528d08082499b2cee2ebf6d672eba7 100644 (file)
@@ -50,7 +50,7 @@ AC_C_INLINE
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
 
-AC_ARG_WITH(urcu, [  --with-urcu path  Path to userspace RCU source], [
+AC_ARG_WITH(urcu, [  --with-urcu path        Path to userspace RCU source], [
        AC_CHECK_FILE(["$withval/urcu.h"], [
                URCU_CFLAGS="-I$withval"
                URCU_LIBS="-L$withval -lurcu" ],
This page took 0.023941 seconds and 4 git commands to generate.