*** empty log message ***

This commit is contained in:
Lev Walkin 2006-09-17 00:38:30 +00:00
parent f6ac931a87
commit af63a91eea
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if test -f config.h ; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DHAVE_CONFIG_H"
fi
FIXEDPDU=`echo "[$ASN1PDU]" | sed -e "s/.*-pdu=auto.*//"`
FIXEDPDU=`echo "[$ASN1CMDOPTS]" | sed -e "s/.*-pdu=auto.*//"`
if test ! "$FIXEDPDU" ; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DASN_PDU_COLLECTION"
fi