Mercurial > hg > xemacs-beta
comparison aclocal.m4 @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
384 | 384 |
385 if test "$cc_produces_so" = "yes"; then | 385 if test "$cc_produces_so" = "yes"; then |
386 dll_ld=$CC | 386 dll_ld=$CC |
387 dll_ldflags=$xcldf | 387 dll_ldflags=$xcldf |
388 can_build_shared=yes | 388 can_build_shared=yes |
389 ld_shlibs=yes | |
389 else | 390 else |
390 # OK - only NOW do we futz about with ld. | 391 # OK - only NOW do we futz about with ld. |
391 # See if the linker supports building shared libraries. | 392 # See if the linker supports building shared libraries. |
392 AC_MSG_CHECKING(whether the linker supports shared libraries) | 393 AC_MSG_CHECKING(whether the linker supports shared libraries) |
393 dll_ld=$CC | 394 dll_ld=$CC |