summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7d60a5b8..afadddc7 100644
--- a/configure.in
+++ b/configure.in
@@ -344,6 +344,8 @@ if test -z "$GLIB_DIR"; then
fi
if test -n "$dlcmd"; then
echo "*** I can download GLib for you now. If you don't want to, press CTRL-C now."
+ echo
+ echo "*** Press ENTER to continue"
read answer
eval $dlcmd
if `gunzip $glib_file`; then