Changeset 4582

Show
Ignore:
Timestamp:
02/10/07 19:20:50 (2 years ago)
Author:
morris
Message:

Add our defines to CPPFLAGS instead

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/configure

    r4578 r4582  
    30273027 
    30283028if test -n "$enable_pthreads"; then 
    3029         CFLAGS="$CFLAGS -DWI_PTHREADS" 
     3029        CPPFLAGS="$CPPFLAGS -DWI_PTHREADS" 
    30303030fi 
    30313031 
     
    30393039 
    30403040if test -n "$enable_termcap"; then 
    3041         CFLAGS="$CFLAGS -DWI_TERMCAP" 
     3041        CPPFLAGS="$CPPFLAGS -DWI_TERMCAP" 
    30423042fi 
    30433043 
     
    30513051 
    30523052if test -n "$enable_ssl"; then 
    3053         CFLAGS="$CFLAGS -DWI_SSL" 
     3053        CPPFLAGS="$CPPFLAGS -DWI_SSL" 
    30543054fi 
    30553055 
     
    30633063 
    30643064if test -n "$enable_iconv"; then 
    3065         CFLAGS="$CFLAGS -DWI_ICONV" 
     3065        CPPFLAGS="$CPPFLAGS -DWI_ICONV" 
    30663066fi 
    30673067 
     
    30753075 
    30763076if test -n "$enable_p7"; then 
    3077         CFLAGS="$CFLAGS -DWI_P7" 
     3077        CPPFLAGS="$CPPFLAGS -DWI_P7" 
    30783078fi 
    30793079 
     
    43164316 
    43174317        if test "$_wi_ssl_paths_added" != yes ; then 
    4318                 echo pulling extra paths 
    43194318                if test -d /usr/local/ssl/include; then 
    43204319                        CPPFLAGS="$CPPFLAGS -I/usr/local/ssl/include" 
     
    45904589 
    45914590        if test "$_wi_ssl_paths_added" != yes ; then 
    4592                 echo pulling extra paths 
    45934591                if test -d /usr/local/ssl/include; then 
    45944592                        CPPFLAGS="$CPPFLAGS -I/usr/local/ssl/include" 
  • libwired/trunk/configure.in

    r4578 r4582  
    5656 
    5757if test -n "$enable_pthreads"; then 
    58         CFLAGS="$CFLAGS -DWI_PTHREADS" 
     58        CPPFLAGS="$CPPFLAGS -DWI_PTHREADS" 
    5959fi 
    6060 
     
    6464 
    6565if test -n "$enable_termcap"; then 
    66         CFLAGS="$CFLAGS -DWI_TERMCAP" 
     66        CPPFLAGS="$CPPFLAGS -DWI_TERMCAP" 
    6767fi 
    6868 
     
    7272 
    7373if test -n "$enable_ssl"; then 
    74         CFLAGS="$CFLAGS -DWI_SSL" 
     74        CPPFLAGS="$CPPFLAGS -DWI_SSL" 
    7575fi 
    7676 
     
    8080 
    8181if test -n "$enable_iconv"; then 
    82         CFLAGS="$CFLAGS -DWI_ICONV" 
     82        CPPFLAGS="$CPPFLAGS -DWI_ICONV" 
    8383fi 
    8484 
     
    8888 
    8989if test -n "$enable_p7"; then 
    90         CFLAGS="$CFLAGS -DWI_P7" 
     90        CPPFLAGS="$CPPFLAGS -DWI_P7" 
    9191fi 
    9292