forked from Imagelibrary/rtems
2005-05-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Let --enable-deprecated default to "no".
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
2005-05-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Let --enable-deprecated default to "no".
|
||||
* libnetworking/net/if_arp.h: Remove BYTE_PACK.
|
||||
* libnetworking/net/if_llc.h: Update from FreeBSD, add __packed.
|
||||
* libnetworking/net/route.h: Partial update from FreeBSD.
|
||||
|
||||
@@ -70,8 +70,8 @@ AC_ARG_ENABLE([deprecated],
|
||||
[case "${enable_deprecated}" in
|
||||
yes) ;;
|
||||
no) ;;
|
||||
*) enable_deprecated=yes ;;
|
||||
esac],[enable_deprecated=yes])
|
||||
*) enable_deprecated=no ;;
|
||||
esac],[enable_deprecated=no])
|
||||
AM_CONDITIONAL([DEPRECATED],[test "$enable_deprecated" = "yes"])
|
||||
|
||||
# HACK: We should use a feature-based configuration.
|
||||
|
||||
Reference in New Issue
Block a user