diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-13 21:43:30 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-11-13 21:43:30 +0000 |
commit | 6a1c3d418a94bd98ef47e6bedb15c85a31398d6f (patch) | |
tree | d5fb65f55471758784aaf53eda8f807cb8f6e963 /configure.ac | |
parent | 5457aee1a3912396a8b63d4491724a51187c598c (diff) |
* include/sys/sunddi.h, modules/spl/spl-module.c : Removed default
udev support from sunddi implementation because it uses GPL-only
symbols. This support is optionally available for SPL consumers
if they define HAVE_GPL_ONLY_SYMBOLS and license their module as
GPL using the MODULE_LICENSE("GPL") macro.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@179 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a50fe92e1..b3835d0e2 100644 --- a/configure.ac +++ b/configure.ac @@ -38,6 +38,7 @@ LINUX= LINUX_OBJ= SPL_AC_KERNEL +SPL_AC_LICENSE SPL_AC_DEBUG SPL_AC_DEBUG_KMEM SPL_AC_DEBUG_MUTEX |