From 782ac81f2c0cce874cb899ac440fab404f35721a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 3 Dec 2001 19:56:09 +0000 Subject: [PATCH] added "Press ENTER to continue" text after the "want to download glib?" text. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2186 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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