Fix for AIX getmsg.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -225,9 +225,14 @@ AC_DEFINE(OLD_ENVIRON)
|
|||||||
AC_SUBST(OLD_ENVIRON)
|
AC_SUBST(OLD_ENVIRON)
|
||||||
|
|
||||||
#
|
#
|
||||||
# AIX needs /lib/pse.exp for getmsg
|
# AIX needs /lib/pse.exp for getmsg, but alas that file is broken in
|
||||||
|
# AIX414
|
||||||
#
|
#
|
||||||
if test -f /lib/pse.exp ; then LIBS="$LIBS -bI:/lib/pse.exp"; fi
|
|
||||||
|
if test -f /lib/pse.exp ;then
|
||||||
|
GETMSG_LIB="getmsg.exp";
|
||||||
|
AC_SUBST(GETMSG_LIB)
|
||||||
|
fi
|
||||||
|
|
||||||
AC_CHECK_LIB(termcap, tgetent)
|
AC_CHECK_LIB(termcap, tgetent)
|
||||||
AC_CHECK_LIB(curses, setupterm)
|
AC_CHECK_LIB(curses, setupterm)
|
||||||
|
@@ -10,7 +10,7 @@ AR = ar
|
|||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@ @GETMSG_LIBS@
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
MKDIRHIER = @top_srcdir@/../../mkdirhier-sh
|
MKDIRHIER = @top_srcdir@/../../mkdirhier-sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user