forked from mirrors/tftp-hpa-google
Configuration fixes
This commit is contained in:
parent
2cba51056f
commit
5f27c18a36
2 changed files with 5 additions and 8 deletions
11
configure.in
11
configure.in
|
@ -128,13 +128,10 @@ dnl
|
||||||
SRCROOT=`cd $srcdir && pwd`
|
SRCROOT=`cd $srcdir && pwd`
|
||||||
OBJROOT=`pwd`
|
OBJROOT=`pwd`
|
||||||
|
|
||||||
LIBXTRA=false
|
AC_SEARCH_LIBS(xmalloc, iberty, , [AC_LIBOBJ(xmalloc)])
|
||||||
AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc))
|
AC_SEARCH_LIBS(xstrdup, iberty, , [AC_LIBOBJ(xstrdup)])
|
||||||
AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup))
|
AC_SEARCH_LIBS(bsd_signal, bsd, , [AC_LIBOBJ(bsdsignal)])
|
||||||
AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal))
|
XTRALIBS="$OBJROOT/lib/libxtra.a $XTRALIBS"
|
||||||
if $LIBXTRA; then
|
|
||||||
XTRALIBS="$OBJROOT/lib/libxtra.a $XTRALIBS"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl These libraries apply to the server only
|
dnl These libraries apply to the server only
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
0.36
|
0.37
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue