* configure.ac (HAVE_MODULES): Exclude gnu-kfreebsd from previous.
This commit is contained in:
parent
0f332848cd
commit
b85981feac
1 changed files with 1 additions and 1 deletions
|
@ -3337,7 +3337,7 @@ MODULES_OBJ=
|
||||||
MODULES_SUFFIX=
|
MODULES_SUFFIX=
|
||||||
if test "${with_modules}" != "no"; then
|
if test "${with_modules}" != "no"; then
|
||||||
case $opsys in
|
case $opsys in
|
||||||
gnu*)
|
gnu|gnu-linux)
|
||||||
LIBMODULES="-ldl"
|
LIBMODULES="-ldl"
|
||||||
MODULES_SUFFIX=".so"
|
MODULES_SUFFIX=".so"
|
||||||
HAVE_MODULES=yes
|
HAVE_MODULES=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue