# New Ticket Created by  Jarkko Hietaniemi 
# Please include the string:  [perl #15943]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15943 >


Sorry, I missed this patch hunk from #15880 (but I still think
eventually the dynaloading should be separated from the generic
"platform"):

--- config/gen/platform/generic.c.dist  2002-08-02 17:58:47.000000000 +0300
+++ config/gen/platform/generic.c       2002-08-02 17:59:24.000000000 +0300
@@ -4,7 +4,9 @@
 
 #include <time.h>
 #include <sys/time.h>
-#include <dlfcn.h>
+#ifdef HAS_HEADER_DLFCN
+#   include <dlfcn.h>
+#endif
 
 #include "parrot/parrot.h"

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen


Reply via email to