summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-12-19 17:07:33 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-12-19 17:07:33 +0000
commitcbdcd71c294fba40cc172b9bc55f528a34e0528f (patch)
treeb7d6d8dc08925f618d19ed203610da9cbf399bde /configure.in
parentb5eb7cc46994a62932c608f8cc7cda02ccf46718 (diff)
downloadmana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.tar.gz
mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.tar.bz2
mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.tar.xz
mana-client-cbdcd71c294fba40cc172b9bc55f528a34e0528f.zip
removed alfont usage (obsolete dependency now)
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cba9dda3..7c20a0d2 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 -lalfont -lguichan -lguichan_allegro"
+ LIBALLEGRO_LIBS="`$LIBALLEGRO_CONFIG --libs` -ljgmod -lguichan -lguichan_allegro"
LIBALLEGRO_RPATH=
for args in $LIBALLEGRO_LIBS; do
case $args in