CVSROOT: /cvs/cluster Module name: cluster Changes by: [EMAIL PROTECTED] 2007-12-19 05:48:36
Modified files: . : configure Log message: Fix extracflags and extraldflags to be recognized as options or configure will fail. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.40&r2=1.41 --- cluster/configure 2007/12/07 00:53:44 1.40 +++ cluster/configure 2007/12/19 05:48:35 1.41 @@ -94,7 +94,9 @@ 'cc=s', 'debug', 'cflags=s', + 'extracflags=s', 'ldflags=s', + 'extraldflags=s', 'kernel_build=s', 'kernel_src=s', 'module_dir=s',