Changeset 653

Show
Ignore:
Timestamp:
09/27/06 13:56:21 (2 years ago)
Author:
common
Message:

nepenthes

  • add checking for liby to configure.ac, use in shellcode-signatures/Makefile.am
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/configure.ac

    r648 r653  
    196196AC_SUBST([LIB_LIBNET]) 
    197197 
     198# liby 
     199AC_SUBST([LIB_LIBY]) 
    198200 
    199201dnl ************************************************** 
     
    799801     
    800802fi     
    801      
     803 
     804dnl ************************************************** 
     805dnl * liby existence                                 * 
     806dnl ************************************************** 
     807 
     808AC_CHECK_LIB(y, yyerror, 
     809        [        
     810              LIB_LIBY="-ly" 
     811              enable_liby="yes" 
     812        ],  
     813        [ 
     814               enable_liby="no" 
     815        ]) 
     816                 
     817 
    802818 
    803819 
     
    896912echo "- Debug Logging               : $enable_debug_logging" 
    897913echo "" 
     914echo "- link on liby                : $enable_liby" 
     915echo "" 
    898916echo "- DNS Resolve                 " 
    899917echo "  - Support adns              : $enable_dnsresolve_adns" 
  • nepenthes/trunk/modules/shellcode-signatures/Makefile.am

    r592 r653  
    88AM_CXXFLAGS = -Wall -Werror 
    99AM_CFLAGS = -Wall 
    10 AM_LDFLAGS = $(LIB_PCRE) @LEXLIB@ -ly 
     10AM_LDFLAGS = $(LIB_PCRE) @LEXLIB@ $(LIB_LIBY) 
    1111 
    1212YACC += -d