Fix the definition of AC_CHECK_PLUGIN_SUPPORT in aclocal.m4, which was

making configure break on FreeBSD 9 (reported FreeBSD bitchx port maintainer
cpet <chris@officialunix.com>).



git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@78 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2009-11-18 10:13:19 +00:00
parent b2a282feaa
commit db57885dfb
3 changed files with 7 additions and 4 deletions

6
configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 20 .
# From configure.in Revision: 52 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -12665,7 +12665,7 @@ echo "${ECHO_T}unknown \(can't find uname command\)" >&6
system="unknown"
else
if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
system="MP-RAS-`$AWK '{print $3}' /etc/.relid'`"
fi
fi
fi
@@ -13933,7 +13933,7 @@ echo "${ECHO_T}unknown \(can't find uname command\)" >&6
system="unknown"
else
if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
system="MP-RAS-`$AWK '{print $3}' /etc/.relid'`"
fi
fi
fi