diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-27 19:09:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-27 19:09:11 +0300 |
commit | ef4660e60014af6d83ff3675ceed1f316e38bf0c (patch) | |
tree | 7f139ba721930fd2557db978f50fe62b79fa6bf3 /configure.ac | |
parent | 9d885eab232de0acdf95405a996ed749fdbeea54 (diff) | |
download | plus-ef4660e60014af6d83ff3675ceed1f316e38bf0c.tar.gz plus-ef4660e60014af6d83ff3675ceed1f316e38bf0c.tar.bz2 plus-ef4660e60014af6d83ff3675ceed1f316e38bf0c.tar.xz plus-ef4660e60014af6d83ff3675ceed1f316e38bf0c.zip |
Mark external guichan usage as depricated.
Add warning about using external guichan.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b44f12e33..bbb44d791 100755 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ fi AM_CONDITIONAL(USE_OPENGL, test x$with_opengl = xyes) # Option to enable internal guichan -AC_ARG_WITH(internalguichan,[ --without-internalguichan don't use internal guichan ] ) +AC_ARG_WITH(internalguichan,[ --without-internalguichan DEPRICATED. don't use internal guichan ] ) if test "x$with_internalguichan" == "xno"; then with_internalguichan=no |