Changeset 46 for trunk/configure.ac


Ignore:
Timestamp:
Jun 9, 2006, 10:38:20 PM (18 years ago)
Author:
rainer
Message:

Fix x86_64 build failure with gcc 4.x (as well as some gcc 4.x warnings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r45 r46  
    88
    99
    10 AC_ARG_VAR([LIBS],
    11             [libraries to link against, e.g. -lintl])
     10AC_ARG_VAR([LIBS], [libraries to link against, e.g. -lintl])
    1211
    1312dnl
     
    353352  AC_MSG_RESULT(yes)
    354353  AC_DEFINE_UNQUOTED([ACCEPT_TYPE_ARG3],[socklen_t], [type of arg3 of accept])
     354  AC_DEFINE([HAVE_SOCKLEN_T], 1, [Define if you have socklen_t])
    355355],[
    356356  AC_TRY_COMPILE([
Note: See TracChangeset for help on using the changeset viewer.