Ticket #6666: configure.patch

File configure.patch, 396 bytes (added by digitall, 10 years ago)
  • configure

    diff --git a/configure b/configure
    index 3d37473..0635907 100755
    a b fi  
    18441844echo $_global_constructors
    18451845
    18461846echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG"
    1847 if test ! "x$(which $_host_alias-strings 2>/dev/null)" = "x"; then
     1847if `which $_host_alias-strings >/dev/null 2>&1`; then
    18481848_strings=$_host_alias-strings
    18491849echo yes >> "$TMPLOG"
    18501850else