libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd configure configure.in


From: Edward Rosten
Subject: [libcvd-members] libcvd configure configure.in
Date: Wed, 08 Aug 2007 22:07:08 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        07/08/08 22:07:08

Modified files:
        .              : configure configure.in 

Log message:
        Minor fix for --with-cpu

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/configure?cvsroot=libcvd&r1=1.91&r2=1.92
http://cvs.savannah.gnu.org/viewcvs/libcvd/configure.in?cvsroot=libcvd&r1=1.91&r2=1.92

Patches:
Index: configure
===================================================================
RCS file: /cvsroot/libcvd/libcvd/configure,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- configure   8 Aug 2007 21:07:14 -0000       1.91
+++ configure   8 Aug 2007 22:07:08 -0000       1.92
@@ -3904,9 +3904,9 @@
 echo "$as_me:$LINENO: checking CPU type" >&5
 echo $ECHO_N "checking CPU type... $ECHO_C" >&6
 
-# Check whether --with-CPu or --without-CPu was given.
-if test "${with_CPu+set}" = set; then
-  withval="$with_CPu"
+# Check whether --with-cpu or --without-cpu was given.
+if test "${with_cpu+set}" = set; then
+  withval="$with_cpu"
 
 fi;
 if test "$with_cpu" == ""

Index: configure.in
===================================================================
RCS file: /cvsroot/libcvd/libcvd/configure.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- configure.in        8 Aug 2007 21:07:15 -0000       1.91
+++ configure.in        8 Aug 2007 22:07:08 -0000       1.92
@@ -125,7 +125,7 @@
 
 #Custom host CPU detection
 AC_MSG_CHECKING([CPU type])
-AC_ARG_WITH(CPu, [  --with-cpu=[type]         Specify pocessor type:
+AC_ARG_WITH(cpu, [  --with-cpu=[type]         Specify pocessor type:
                             X86:
                               p3 p4 p4_64 xeon pM core2 core2_64 opteron
                               opteron_64 athlon athlon64 athlon64_64




reply via email to

[Prev in Thread] Current Thread [Next in Thread]