From: sailer Date: Mon, 19 May 2003 15:35:54 +0000 (+0000) Subject: Bugfix. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=abf931e1688e797fc7d6e297334bc716c38504dc;p=daqdata.git Bugfix. -- Benjamin Sailer --- diff --git a/allParam/configure b/allParam/configure index 98de15f..e9faeba 100644 --- a/allParam/configure +++ b/allParam/configure @@ -3641,10 +3641,10 @@ fi # # 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 @@ -4334,7 +4334,7 @@ fi -elif test "x$with_paramsrc" = "xfile" +elif test "x$enable_paramsrc" = "xfile" then echo "$as_me:$LINENO: result: yes" >&5 @@ -4407,7 +4407,7 @@ fi -elif test "x$with_paramsrc" = "xora" +elif test "x$enable_paramsrc" = "xora" then echo "$as_me:$LINENO: result: yes" >&5 @@ -4613,7 +4613,7 @@ fi -elif test "x$with_paramsrc" = "xtcl" +elif test "x$enable_paramsrc" = "xtcl" then echo "$as_me:$LINENO: result: yes" >&5 @@ -4796,8 +4796,8 @@ fi 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; }; } diff --git a/allParam/configure.in b/allParam/configure.in index 39b63e5..9ddb155 100644 --- a/allParam/configure.in +++ b/allParam/configure.in @@ -114,7 +114,7 @@ fi 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"