mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
615 B

  1. diff -ruN kismet-2004-04-R1/configure.in kismet-2004-04-R1-new/configure.in
  2. --- kismet-2004-04-R1/configure.in 2004-03-17 22:59:34.000000000 +0100
  3. +++ kismet-2004-04-R1-new/configure.in 2004-05-04 13:03:49.265078384 +0200
  4. @@ -164,6 +164,13 @@
  5. AC_FUNC_STAT
  6. AC_CHECK_FUNCS([gettimeofday memset select socket strcasecmp strftime strstr])
  7. +needsnprintf=no
  8. +AC_CHECK_FUNCS(vsnprintf snprintf,,
  9. + [needsnprintf=yes])
  10. +if test $needsnprintf = yes; then
  11. + AC_LIBOBJ(snprintf)
  12. +fi
  13. +
  14. # Do we have getopt_long natively?
  15. AC_MSG_CHECKING([for system-level getopt_long()])
  16. AC_LINK_IFELSE([AC_LANG_PROGRAM([[