diff options
author | Timo Sirainen <cras@irssi.org> | 2001-12-03 19:56:09 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-12-03 19:56:09 +0000 |
commit | 782ac81f2c0cce874cb899ac440fab404f35721a (patch) | |
tree | f642ecd6280324fa02e6ba3ad4470caf0365f5a3 | |
parent | 84abc35a81655cfa5b0ea2a2e0d9780da9e0d8f2 (diff) | |
download | irssi-782ac81f2c0cce874cb899ac440fab404f35721a.zip |
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
-rw-r--r-- | configure.in | 2 |
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 |