]> code.delx.au - gnu-emacs/blobdiff - configure.ac
Remove the Meta-CVS VC backend
[gnu-emacs] / configure.ac
index d803363a2795e296bcd07dfb763863bc95927394..7184d68790a61f05737a2e990e2c1c1847cef76d 100644 (file)
@@ -3337,7 +3337,7 @@ MODULES_OBJ=
 MODULES_SUFFIX=
 if test "${with_modules}" != "no"; then
   case $opsys in
-    gnu*)
+    gnu|gnu-linux)
       LIBMODULES="-ldl"
       MODULES_SUFFIX=".so"
       HAVE_MODULES=yes
@@ -3351,9 +3351,10 @@ if test "${with_modules}" != "no"; then
       HAVE_MODULES=yes
       ;;
     *)
-      # BSD system have dlopen in the libc
-      AC_CHECK_FUNC(dlopen, [MODULES_SUFFIX=".so"]
-                            [HAVE_MODULES=yes], [])
+      # BSD systems have dlopen in libc.
+      AC_CHECK_FUNC([dlopen],
+        [MODULES_SUFFIX=".so"
+         HAVE_MODULES=yes])
       ;;
   esac