Added missing intl libs for openbsd
This commit is contained in:
parent
a6d93cf432
commit
3369a00959
17
configure.in
17
configure.in
@ -359,19 +359,20 @@ if test "x$debug" = "x2" ; then
|
|||||||
AC_DEFINE(DEBUG)
|
AC_DEFINE(DEBUG)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
LIBS="$LIBS $INTLLIBS"
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
freebsd*)
|
freebsd*)
|
||||||
if test "x$enable_perl" = "xyes" -o "x$enable_python" = "xyes" ; then
|
if test "x$enable_perl" = "xyes" -o "x$enable_python" = "xyes" ; then
|
||||||
CFLAGS="$CFLAGS -pthread"
|
CFLAGS="$CFLAGS -pthread"
|
||||||
fi
|
fi
|
||||||
LIBS="$LIBS $INTLLIBS"
|
CFLAGS="$CFLAGS $CPPFLAGS"
|
||||||
CFLAGS="$CFLAGS $CPPFLAGS"
|
|
||||||
;;
|
;;
|
||||||
openbsd*)
|
openbsd*)
|
||||||
if test "x$enable_python" = "xyes" ; then
|
if test "x$enable_python" = "xyes" ; then
|
||||||
CFLAGS="$CFLAGS -pthread"
|
CFLAGS="$CFLAGS -pthread"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -359,19 +359,20 @@ if test "x$debug" = "x2" ; then
|
|||||||
AC_DEFINE(DEBUG)
|
AC_DEFINE(DEBUG)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
LIBS="$LIBS $INTLLIBS"
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
freebsd*)
|
freebsd*)
|
||||||
if test "x$enable_perl" = "xyes" -o "x$enable_python" = "xyes" ; then
|
if test "x$enable_perl" = "xyes" -o "x$enable_python" = "xyes" ; then
|
||||||
CFLAGS="$CFLAGS -pthread"
|
CFLAGS="$CFLAGS -pthread"
|
||||||
fi
|
fi
|
||||||
LIBS="$LIBS $INTLLIBS"
|
CFLAGS="$CFLAGS $CPPFLAGS"
|
||||||
CFLAGS="$CFLAGS $CPPFLAGS"
|
|
||||||
;;
|
;;
|
||||||
openbsd*)
|
openbsd*)
|
||||||
if test "x$enable_python" = "xyes" ; then
|
if test "x$enable_python" = "xyes" ; then
|
||||||
CFLAGS="$CFLAGS -pthread"
|
CFLAGS="$CFLAGS -pthread"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user