---
 configure | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/configure b/configure
index 3a6e11a..a05bac7 100755
--- a/configure
+++ b/configure
@@ -17500,7 +17500,7 @@ _LT_EOF
         ;;
       m68k)
             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_libdir_flag_spec=''
             hardcode_minus_L=yes
         ;;
       esac
@@ -17520,7 +17520,7 @@ _LT_EOF
     cygwin* | mingw* | windows* | pw32* | cegcc*)
       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
       # as there is no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_libdir_flag_spec=''
       export_dynamic_flag_spec='$wl--export-all-symbols'
       allow_undefined_flag=unsupported
       always_export_symbols=no
@@ -17551,7 +17551,7 @@ _LT_EOF
       ;;
 
     os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_libdir_flag_spec=''
       hardcode_minus_L=yes
       allow_undefined_flag=unsupported
       shrext_cmds=.dll
@@ -17878,7 +17878,7 @@ _LT_EOF
 	  # path is not listed in the libpath.  Setting hardcode_minus_L
 	  # to unsupported forces relinking
 	  hardcode_minus_L=yes
-	  hardcode_libdir_flag_spec='-L$libdir'
+	  hardcode_libdir_flag_spec=''
 	  hardcode_libdir_separator=
 	  fi
 	  ;;
@@ -18061,7 +18061,7 @@ fi
         ;;
       m68k)
             archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_libdir_flag_spec=''
             hardcode_minus_L=yes
         ;;
       esac
@@ -18171,7 +18171,7 @@ fi
 
     dgux*)
       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_libdir_flag_spec=''
       hardcode_shlibpath_var=no
       ;;
 
@@ -18428,7 +18428,7 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
       ;;
 
     os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_libdir_flag_spec=''
       hardcode_minus_L=yes
       allow_undefined_flag=unsupported
       shrext_cmds=.dll
@@ -18540,7 +18540,7 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
       else
 	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
       fi
-      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_libdir_flag_spec=''
       hardcode_direct=yes
       hardcode_minus_L=yes
       hardcode_shlibpath_var=no
@@ -18627,7 +18627,7 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
 
     uts4*)
       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_libdir_flag_spec=''
       hardcode_shlibpath_var=no
       ;;
 
@@ -40749,7 +40749,7 @@ MAGICK_CFLAGS=$CFLAGS
 MAGICK_CXXFLAGS="$CXXFLAGS"
 MAGICK_CPPFLAGS=`echo $MAGICK_CPPFLAGS | sed -e 's/  */ /g'`
 MAGICK_PCFLAGS=`echo $MAGICK_PCFLAGS | sed -e 's/  */ /g'`
-MAGICK_LDFLAGS="-L$LIB_DIR $LDFLAGS"
+MAGICK_LDFLAGS="$LDFLAGS"
 MAGICK_LIBS="$MAGICK_DEP_LIBS $MAGICK_EXTRA_DEP_LIBS"
 MAGICK_DEP_LIBS=`echo $MAGICK_DEP_LIBS | sed -e 's/  */ /g'`
 MAGICK_EXTRA_DEP_LIBS=`echo $MAGICK_EXTRA_DEP_LIBS | sed -e 's/  */ /g'`
-- 
2.34.1

