Changeset 389


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).

Location:
trunk
Files:
2 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}"
  • trunk/docs/Changelog

    r388 r389  
    113.0.2:
     2        * fixed configure.ac for the case that --with-gpg and --enable-nocl are
     3          used (./samhain for gpg checksum; problem report by Andy Jack)
    24        * fixed a potential NULL pointer dereference in sh_inotify.c on
    35          systems where inotify is not available (reported by <anonymous>)
Note: See TracChangeset for help on using the changeset viewer.