]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Bugfix.
authorsailer <sailer>
Mon, 19 May 2003 15:35:54 +0000 (15:35 +0000)
committersailer <sailer>
Mon, 19 May 2003 15:35:54 +0000 (15:35 +0000)
-- Benjamin Sailer

allParam/configure
allParam/configure.in

index 98de15f19bf2b4c72ca7e9c56105d49e563941a7..e9faebaa0cf33a896e3502232514970f8acecfcc 100644 (file)
@@ -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; }; }
index 39b63e599cb22787a1f72e05b8148c002c6f83a7..9ddb155def05d6809b3a8ced72851f1d02319700 100644 (file)
@@ -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"