diff options
| author | Glenn Morris | 2016-04-16 10:24:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2016-04-16 10:24:57 -0700 |
| commit | b85981feac79c12f4966199411f74acb892cc1ff (patch) | |
| tree | 64db24bea2f418ba77add61a4e568f4e756d2f7a | |
| parent | 0f332848cdb2ed6d46771914a911cbca194cd51a (diff) | |
| download | emacs-b85981feac79c12f4966199411f74acb892cc1ff.tar.gz emacs-b85981feac79c12f4966199411f74acb892cc1ff.zip | |
* configure.ac (HAVE_MODULES): Exclude gnu-kfreebsd from previous.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d803363a279..89bc0c5638f 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3337,7 +3337,7 @@ MODULES_OBJ= | |||
| 3337 | MODULES_SUFFIX= | 3337 | MODULES_SUFFIX= |
| 3338 | if test "${with_modules}" != "no"; then | 3338 | if test "${with_modules}" != "no"; then |
| 3339 | case $opsys in | 3339 | case $opsys in |
| 3340 | gnu*) | 3340 | gnu|gnu-linux) |
| 3341 | LIBMODULES="-ldl" | 3341 | LIBMODULES="-ldl" |
| 3342 | MODULES_SUFFIX=".so" | 3342 | MODULES_SUFFIX=".so" |
| 3343 | HAVE_MODULES=yes | 3343 | HAVE_MODULES=yes |