* reverted r3383 - the one our ober guru does not like ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3449 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -268,10 +268,7 @@ function eval_config_command() {
done
echo Running "$config_command"
# do not log read for the config script ...
touch $FLWRAPPER_RLOG-config
FLWRAPPER_RLOG="$FLWRAPPER_RLOG-config" eval "$config_command"
eval "$config_command"
}
# run 'make check' if Makefile supports it.