diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2005-02-12 21:31:56 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2005-02-12 21:31:56 +0000 |
commit | 8c317861c5ffd043630669d2973156bbe1660eb1 (patch) | |
tree | 2dbca08fcc0bb6a733c4242bfbd93358b480e6db | |
parent | cc7bc22b167bc0e2c9da9ae1ef09f290f760126d (diff) | |
download | mana-client-8c317861c5ffd043630669d2973156bbe1660eb1.tar.gz mana-client-8c317861c5ffd043630669d2973156bbe1660eb1.tar.bz2 mana-client-8c317861c5ffd043630669d2973156bbe1660eb1.tar.xz mana-client-8c317861c5ffd043630669d2973156bbe1660eb1.zip |
- ViM linewraps, damnit
-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]) |