From 8ee307b0b4ed5def09a1c8178c4c978aa28e496c Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 30 Oct 2013 12:01:35 +0800 Subject: [PATCH] update configure, try to detect the tools --- trunk/configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/configure b/trunk/configure index 85f5e9123..59f674a54 100755 --- a/trunk/configure +++ b/trunk/configure @@ -5,6 +5,9 @@ GLOBAL_DIR_OBJS="objs" mkdir -p ${GLOBAL_DIR_OBJS} +echo "check gcc/g++/gdb/make/openssl-devel" +echo "depends tools are ok" + ##################################################################################### # prepare the depends tools #####################################################################################