Changeset 9fc473a for configure.ac
- Timestamp:
- Nov 6, 2010, 6:34:03 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 4e118a0
- Parents:
- ce35060
- git-author:
- Anders Kaseorg <andersk@mit.edu> (08/09/10 01:49:36)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (11/06/10 18:34:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rce35060 r9fc473a 131 131 AX_CFLAGS_STRICT_PROTOTYPES([AM_CFLAGS]) 132 132 133 AX_C_CHECK_FLAG([-Wno-pointer-sign],[],[], 134 [LIBFAIM_CFLAGS="$LIBFAIM_CFLAGS -Wno-pointer-sign"]) 133 m4_foreach([myflag], 134 [[-Wno-pointer-sign],[-Wno-empty-body],[-Wno-unused-value]], 135 [AX_C_CHECK_FLAG([myflag],[],[],[LIBFAIM_CFLAGS="$LIBFAIM_CFLAGS myflag"])]) 135 136 136 137 AM_CONDITIONAL([ENABLE_ZCRYPT], [test "$HAVE_DES_STRING_TO_KEY" && dnl
Note: See TracChangeset
for help on using the changeset viewer.