[xemacs-hg @ 2003-07-30 18:32:22 by james]
Configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD.
author |
james |
date |
Wed, 30 Jul 2003 18:32:23 +0000 |
parents |
f11d38baff77 |
children |
4b6ee17c5f37 |
files |
src/ChangeLog src/sysdll.c |
diffstat |
2 files changed, 5 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/src/ChangeLog Tue Jul 29 21:52:20 2003 +0000
+++ b/src/ChangeLog Wed Jul 30 18:32:23 2003 +0000
@@ -1,3 +1,7 @@
+2003-07-30 Jerry James <james@xemacs.org>
+
+ * sysdll.c: configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD.
+
2003-07-24 Mike Sperber <mike@xemacs.org>
* lisp.h:
--- a/src/sysdll.c Tue Jul 29 21:52:20 2003 +0000
+++ b/src/sysdll.c Wed Jul 30 18:32:23 2003 +0000
@@ -160,7 +160,7 @@
return "Generic shared library error";
}
-#elif defined(HAVE_INIT_DLD)
+#elif defined(HAVE_DLD_INIT)
#include <dld.h>
int
dll_init (const char *arg)