mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 04:10:26 +08:00
libgo: Fix typo for is_dragonfly in configure script.
From-SVN: r204999
This commit is contained in:
parent
672a6cc318
commit
824393bd5b
2
libgo/configure
vendored
2
libgo/configure
vendored
@ -13555,7 +13555,7 @@ else
|
||||
LIBGO_IS_OPENBSD_FALSE=
|
||||
fi
|
||||
|
||||
if test $is_dragonly = yes; then
|
||||
if test $is_dragonfly = yes; then
|
||||
LIBGO_IS_DRAGONFLY_TRUE=
|
||||
LIBGO_IS_DRAGONFLY_FALSE='#'
|
||||
else
|
||||
|
@ -154,7 +154,7 @@ AM_CONDITIONAL(LIBGO_IS_IRIX, test $is_irix = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_LINUX, test $is_linux = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_NETBSD, test $is_netbsd = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_OPENBSD, test $is_openbsd = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_DRAGONFLY, test $is_dragonly = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_DRAGONFLY, test $is_dragonfly = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_RTEMS, test $is_rtems = yes)
|
||||
AM_CONDITIONAL(LIBGO_IS_SOLARIS, test $is_solaris = yes)
|
||||
AC_SUBST(GOOS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user