mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
configure: fix another bsd related typo
This commit is contained in:
parent
c1078e464a
commit
c0a6f6c6e3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ case "${host_os}" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AM_CONDITIONAL([LINUX], [test "$build_linux" = "yes"])
|
AM_CONDITIONAL([LINUX], [test "$build_linux" = "yes"])
|
||||||
AM_CONDITIONAL([BSD], [test "$build_bsd" = "yes"])
|
AM_CONDITIONAL([BSD], [test "$bsd" = "yes"])
|
||||||
AM_CONDITIONAL([FREEBSD], [test "$build_freebsd" = "yes"])
|
AM_CONDITIONAL([FREEBSD], [test "$build_freebsd" = "yes"])
|
||||||
AM_CONDITIONAL([OPENBSD], [test "$build_openbsd" = "yes"])
|
AM_CONDITIONAL([OPENBSD], [test "$build_openbsd" = "yes"])
|
||||||
AM_CONDITIONAL([NETBSD], [test "$build_netbsd" = "yes"])
|
AM_CONDITIONAL([NETBSD], [test "$build_netbsd" = "yes"])
|
||||||
|
|
Loading…
Reference in a new issue