diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2000-08-02 08:54:46 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2000-08-02 08:54:46 +0800 |
commit | 3ce00eb40ede3898fda426b3e125139ab84242b4 (patch) | |
tree | e99b05d6083666792f42eb9593cc87ac08906581 /macros/curses.m4 | |
parent | ea8003dcd6d7b5a60be930d9d213c313a983f33e (diff) | |
download | gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.gz gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.tar.zst gsoc2013-evolution-3ce00eb40ede3898fda426b3e125139ab84242b4.zip |
AC_WARN replaced with AC_MSG_WARN in comments
svn path=/trunk/; revision=4463
Diffstat (limited to 'macros/curses.m4')
-rw-r--r-- | macros/curses.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/curses.m4 b/macros/curses.m4 index 3dd4ffaa4c..3e7092685f 100644 --- a/macros/curses.m4 +++ b/macros/curses.m4 @@ -201,9 +201,9 @@ dnl AC_DEFINE(HAS_CURSES) dnl has_curses=true dnl AC_DEFINE(USE_BSD_CURSES) dnl AC_MSG_RESULT(Please note that some screen refreshs may fail) -dnl AC_WARN(Use of the bsdcurses extension has some) -dnl AC_WARN(display/input problems.) -dnl AC_WARN(Reconsider using xcurses) +dnl AC_MSG_WARN(Use of the bsdcurses extension has some) +dnl AC_MSG_WARN(display/input problems.) +dnl AC_MSG_WARN(Reconsider using xcurses) dnl) |