Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/med.git] / adm_local / unix / config_files / with_Kernel.m4
index 5fedcdf1dc525ece1d3457509c51ce91bf9a766d..246e18f5a00e87bd5bc33e1194252030fab8420a 100644 (file)
@@ -10,9 +10,9 @@ AC_DEFUN([WITH_KERNEL],[
 
 AC_ARG_WITH(kernel,
            [  --with-kernel default=yes ],
-           with_kernel="$withval",with_kernel="${MED_WITH_KERNEL}")
+           withkernel="$withval",withkernel="${MED_WITH_KERNEL}")
 
-case $with_kernel in
+case $withkernel in
   no)
 #         AC_MSG_RESULT(************************************************)
 #         AC_MSG_RESULT(*******   WITHOUT KERNEL configuration   *******)