From b9fe3ca6951093589f51d9f94b2d3effd0cda202 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 30 Oct 2013 11:41:38 +0800 Subject: [PATCH] Update configure --- trunk/configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trunk/configure b/trunk/configure index 85f5e9123..ff7a074af 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" +echo "depends tools are ok" + ##################################################################################### # prepare the depends tools #####################################################################################