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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user