* configure.in (AC_PREREQ): autoconf 2.5 or higher.
[deliverable/binutils-gdb.git] / bfd / configure.host
index 73d69fd439caea2110f0e9401dd61804700e0614..ca1136c2a3de1a0a1e29443828ae3bd556f1371b 100644 (file)
@@ -91,7 +91,7 @@ if [ "${shared}" = "true" ]; then
     ;;
   *-*-linux*)
     SHLIB_CFLAGS='-shared -Wl,-soname,$(SONAME)'
-    case "$(libdir)" in
+    case "${libdir}" in
       /lib | /usr/lib) ;;
       *) HLDFLAGS='-Wl,-rpath,$(libdir)' ;;
     esac
This page took 0.023114 seconds and 4 git commands to generate.