summaryrefslogtreecommitdiff
path: root/xterm/configure.diff
blob: 327e5ec4f8509f2186ee27126ac13289e368c901 (plain)
    1 Fix a stupid bashism
    2 --- configure.orig	2006-05-02 02:01:12.637169936 +0200
    3 +++ configure	2006-05-02 02:01:30.861399432 +0200
    4 @@ -5217,7 +5217,7 @@ if test "${with_app_defaults+set}" = set
    5    withval="$with_app_defaults"
    6  
    7  else
    8 -  withval="${appsdir-'\$(exec_prefix)/lib/X11/app-defaults'}"
    9 +  withval="${appsdir-'\$\(exec_prefix\)/lib/X11/app-defaults'}"
   10  fi;
   11  case ".$withval" in #(vi
   12  .\$\(*\)*|.\'*\'*) #(vi

Generated by cgit