#
# Give us te checking output
#
-echo "$as_me:$LINENO: checking whether param source $with_paramsrc is valid" >&5
-echo $ECHO_N "checking whether param source $with_paramsrc is valid... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking whether param source $enable_paramsrc is valid" >&5
+echo $ECHO_N "checking whether param source $enable_paramsrc is valid... $ECHO_C" >&6
-if test "x$with_paramsrc" = "xca"
+if test "x$enable_paramsrc" = "xca"
then
#
# ca, so we need -lCom, -lca, -lcaParam / -lcaParam_p
-elif test "x$with_paramsrc" = "xfile"
+elif test "x$enable_paramsrc" = "xfile"
then
echo "$as_me:$LINENO: result: yes" >&5
-elif test "x$with_paramsrc" = "xora"
+elif test "x$enable_paramsrc" = "xora"
then
echo "$as_me:$LINENO: result: yes" >&5
-elif test "x$with_paramsrc" = "xtcl"
+elif test "x$enable_paramsrc" = "xtcl"
then
echo "$as_me:$LINENO: result: yes" >&5
else
-echo "$as_me:$LINENO: result: invalid param source $with_paramsrc" >&5
-echo "${ECHO_T}invalid param source $with_paramsrc" >&6
+echo "$as_me:$LINENO: result: invalid param source $enable_paramsrc" >&5
+echo "${ECHO_T}invalid param source $enable_paramsrc" >&6
{ { echo "$as_me:$LINENO: error: cannot get parameter source for pas and test program" >&5
echo "$as_me: error: cannot get parameter source for pas and test program" >&2;}
{ (exit 1); exit 1; }; }
dnl
dnl Checks for libraries.
dnl
-had_CHECK_PARAM([$with_paramsrc],[],[],
+had_CHECK_PARAM([$enable_paramsrc],[],[],
AC_ERROR([cannot get parameter source for pas and test program]))
if test "x$enable_server" = "xyes"