patch-configure 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- ipcad-3.7.3.orig/configure 2007-04-22 10:08:45.000000000 +0200
  3. +++ ipcad-3.7.3/configure 2008-12-22 15:49:17.000000000 +0100
  4. @@ -2691,10 +2691,6 @@ fi
  5. fi
  6. -LDFLAGS="$LDFLAGS -L${ac_default_prefix}/lib"
  7. -CFLAGS="$CFLAGS -I${ac_default_prefix}/include"
  8. -CPPFLAGS="$CPPFLAGS -I${ac_default_prefix}/include"
  9. -
  10. for ac_func in pthread_detach
  11. do
  12. @@ -4872,84 +4868,6 @@ done
  13. -for ac_header in linux/netfilter_ipv4/ipt_ULOG.h
  14. -do
  15. -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  16. -echo "$as_me:$LINENO: checking for $ac_header" >&5
  17. -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  18. -if eval "test \"\${$as_ac_Header+set}\" = set"; then
  19. - echo $ECHO_N "(cached) $ECHO_C" >&6
  20. -else
  21. - cat >conftest.$ac_ext <<_ACEOF
  22. -/* confdefs.h. */
  23. -_ACEOF
  24. -cat confdefs.h >>conftest.$ac_ext
  25. -cat >>conftest.$ac_ext <<_ACEOF
  26. -/* end confdefs.h. */
  27. -
  28. -#ifdef HAVE_SYS_TYPES_H
  29. -#include <sys/types.h>
  30. -#endif
  31. -#ifdef HAVE_ASM_TYPES_H
  32. -#include <asm/types.h>
  33. -#endif
  34. -#ifdef HAVE_SYS_SOCKET_H
  35. -#include <sys/socket.h>
  36. -#endif
  37. -#ifdef HAVE_LINUX_SOCKET_H
  38. -#include <linux/socket.h>
  39. -#endif
  40. -#ifdef HAVE_LINUX_NETLINK_H
  41. -#include <linux/netlink.h>
  42. -#endif
  43. -#ifdef HAVE_NET_IF_H
  44. -#include <net/if.h>
  45. -#endif
  46. -
  47. -
  48. -#include <$ac_header>
  49. -_ACEOF
  50. -rm -f conftest.$ac_objext
  51. -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
  52. - (eval $ac_compile) 2>conftest.er1
  53. - ac_status=$?
  54. - grep -v '^ *+' conftest.er1 >conftest.err
  55. - rm -f conftest.er1
  56. - cat conftest.err >&5
  57. - echo "$as_me:$LINENO: \$? = $ac_status" >&5
  58. - (exit $ac_status); } &&
  59. - { ac_try='test -z "$ac_c_werror_flag"
  60. - || test ! -s conftest.err'
  61. - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  62. - (eval $ac_try) 2>&5
  63. - ac_status=$?
  64. - echo "$as_me:$LINENO: \$? = $ac_status" >&5
  65. - (exit $ac_status); }; } &&
  66. - { ac_try='test -s conftest.$ac_objext'
  67. - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
  68. - (eval $ac_try) 2>&5
  69. - ac_status=$?
  70. - echo "$as_me:$LINENO: \$? = $ac_status" >&5
  71. - (exit $ac_status); }; }; then
  72. - eval "$as_ac_Header=yes"
  73. -else
  74. - echo "$as_me: failed program was:" >&5
  75. -sed 's/^/| /' conftest.$ac_ext >&5
  76. -
  77. -eval "$as_ac_Header=no"
  78. -fi
  79. -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  80. -fi
  81. -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  82. -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  83. -if test `eval echo '${'$as_ac_Header'}'` = yes; then
  84. - cat >>confdefs.h <<_ACEOF
  85. -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  86. -_ACEOF
  87. -
  88. -fi
  89. -
  90. -done