Changeset 97
- Timestamp:
- Mar 20, 2007, 11:32:11 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r91 r97 2407 2407 echo "ac_cv_sizeof_char_p size of pointer to char ${ac_cv_sizeof_char_p}" 2408 2408 echo "ac_cv_sizeof_char_p size of size_t ${ac_cv_sizeof_size_t}" 2409 echo "ac_cv_sizeof_unsigned_int _ size of unsigned int ${ac_cv_sizeof_unsigned_int_}"2409 echo "ac_cv_sizeof_unsigned_int size of unsigned int ${ac_cv_sizeof_unsigned_int}" 2410 2410 echo "ac_cv_sizeof_unsigned_long size of unsigned long ${ac_cv_sizeof_unsigned_long}" 2411 2411 echo "ac_cv_sizeof_unsigned_short size of unsigned short ${ac_cv_sizeof_unsigned_short}" -
trunk/src/sh_database.c
r84 r97 1100 1100 * to lack of access permission is not reported). 1101 1101 */ 1102 #if !defined(__x86_64__) 1103 /* 1104 * libmysql segfaults on x86-64 if this is used 1105 */ 1102 1106 mysql_options(db_conn, MYSQL_READ_DEFAULT_GROUP, _("samhain")); 1107 #endif 1103 1108 1104 1109 status = 0; -
trunk/test/testrun_1b.sh
r96 r97 246 246 # ------------- third test ------------- 247 247 # 248 if test "x$hostname" = "xtenebra"248 if test -f /usr/local/lib/libprelude.so 249 249 then 250 if test -f /usr/local/lib/libprelude.so251 then252 250 LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" 253 251 export LD_LIBRARY_PATH 254 fi255 252 fi 256 253 #
Note:
See TracChangeset
for help on using the changeset viewer.