We don't need this stuff, and it's breaking the build on Mac OSX.

git-svn-id: svn://10.0.0.236/branches/PHT_2002_08_08_BRANCH@131536 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogc%netscape.com
2002-10-09 02:09:36 +00:00
parent 5e83ba4cd0
commit 83d6510a3f
2 changed files with 18 additions and 0 deletions

View File

@@ -64,6 +64,15 @@
#include <dlfcn.h>
#endif
#ifdef XP_MAC
/*
* This libdl stuff is breaking our build on Mac OSX, so I'm getting
* rid of it.
* --rogc 10/7/2002
*/
#undef HAVE_LIBDL
#endif
#ifdef HAVE_LIBDL
#include <dlfcn.h>
#endif

View File

@@ -64,6 +64,15 @@
#include <dlfcn.h>
#endif
#ifdef XP_MAC
/*
* This libdl stuff is breaking our build on Mac OSX, so I'm getting
* rid of it.
* --rogc 10/7/2002
*/
#undef HAVE_LIBDL
#endif
#ifdef HAVE_LIBDL
#include <dlfcn.h>
#endif