diff options
Diffstat (limited to 'libjava/libltdl/configure')
-rwxr-xr-x | libjava/libltdl/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/libltdl/configure b/libjava/libltdl/configure index 3c8e9fe..75fde31 100755 --- a/libjava/libltdl/configure +++ b/libjava/libltdl/configure @@ -20477,6 +20477,7 @@ if test "${libltdl_cv_shlibext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else +## GCJ LOCAL: gcj specific stuff. Please keep it. # Here in libltdl for libgcj we don't build modules for darwin. # So we say no. Then the extension gets .dylib which is the right # thing for shared libraries on darwin. Please keep me next time you @@ -21338,7 +21339,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 21341 "configure" +#line 21342 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |