Changeset 389 for trunk/configure.ac


Ignore:
Timestamp:
Feb 9, 2012, 8:06:13 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #286 (Combination of --with-gpg and --enable-nocl incorrectly handled by configure).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r384 r389  
    23072307                          mychk0=`${sampre} -H ${withval} 2>/dev/null`
    23082308                          if test "x$?" != "x0"; then
    2309                             :
     2309                            if test "x${nocl_code}" != "x"; then
     2310                               mychk0=`echo -H ${withval} | ${sampre} ${nocl_code} 2>/dev/null`
     2311                               if test "x$?" != "x0"; then
     2312                                  :
     2313                               else
     2314                                  mychk="${mychk0}"
     2315                                  mychktest=yes
     2316                               fi
     2317                            fi
    23102318                          else
    23112319                            mychk="${mychk0}"
Note: See TracChangeset for help on using the changeset viewer.