diff options
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c24f91e3..4aab0ff5 100755 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PROG_MAKE_SET # Checks for libraries # (someone may want to exchange these symbols with - soemthing more meaningful in the future /- kth5) +# soemthing more meaningful in the future /- kth5) AC_CHECK_LIB([guichan], [_init]) AC_CHECK_LIB([guichan_sdl], [_init]) |