Changeset 378 for trunk/test


Ignore:
Timestamp:
Nov 28, 2011, 9:09:36 PM (13 years ago)
Author:
katerina
Message:

Fix for tickets #273 (deadlock), #274 (compile errors), #275 (makefile), #276 (config.sub, config.guess).

Location:
trunk/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r344 r378  
    275275                C_LOGFILE=" --enable-logfile-monitor "
    276276            else
    277                 ls /usr/local/lib/libpcre* >/dev/null 2>&1
     277                ls /usr/lib/*/libpcre* >/dev/null 2>&1
    278278                if [ $? -eq 0 ]; then
    279279                    C_LOGFILE=" --enable-logfile-monitor "
     280                else
     281                    ls /usr/local/lib/libpcre* >/dev/null 2>&1
     282                    if [ $? -eq 0 ]; then
     283                        C_LOGFILE=" --enable-logfile-monitor "
     284                    fi
    280285                fi
    281286            fi
  • trunk/test/testhash.sh

    r371 r378  
    3939                C_LOGFILE=" --enable-logfile-monitor "
    4040            else
    41                 ls /usr/local/lib/libpcre* >/dev/null 2>&1
    42                 if [ $? -eq 0 ]; then
    43                     C_LOGFILE=" --enable-logfile-monitor "
    44                 fi
     41                ls /usr/lib/*/libpcre* >/dev/null 2>&1
     42                if [ $? -eq 0 ]; then
     43                    C_LOGFILE=" --enable-logfile-monitor "
     44                else
     45                    ls /usr/local/lib/libpcre* >/dev/null 2>&1
     46                    if [ $? -eq 0 ]; then
     47                        C_LOGFILE=" --enable-logfile-monitor "
     48                    fi
     49                fi
    4550            fi
    4651        fi
Note: See TracChangeset for help on using the changeset viewer.