diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-30 11:27:06 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-30 11:27:06 +0000 |
commit | a6938f026fd8656cb559f2645110880f4e79c4f5 (patch) | |
tree | 5035f0c369e40e75e7aab3ef2fb69e266d2d5189 /configure.in | |
parent | b1bc2a3bac28bc9f05e8f5e94eb6ba20962db807 (diff) | |
download | mana-client-a6938f026fd8656cb559f2645110880f4e79c4f5.tar.gz mana-client-a6938f026fd8656cb559f2645110880f4e79c4f5.tar.bz2 mana-client-a6938f026fd8656cb559f2645110880f4e79c4f5.tar.xz mana-client-a6938f026fd8656cb559f2645110880f4e79c4f5.zip |
Removed some references to jgmod.
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7c20a0d2..84f917fc 100755 --- a/configure.in +++ b/configure.in @@ -98,7 +98,7 @@ FIND_PATH(allegro-config, LIBALLEGRO_CONFIG, [${prefix}/bin ${exec_prefix}/bin / ]) if test -n "$LIBALLEGRO_CONFIG"; then - LIBALLEGRO_LIBS="`$LIBALLEGRO_CONFIG --libs` -ljgmod -lguichan -lguichan_allegro" + LIBALLEGRO_LIBS="`$LIBALLEGRO_CONFIG --libs` -lguichan_allegro -lguichan" LIBALLEGRO_RPATH= for args in $LIBALLEGRO_LIBS; do case $args in |