]> git.pld-linux.org Git - packages/libnet.git/blame - libnet-proc.patch
- unconditional noarch subpackages
[packages/libnet.git] / libnet-proc.patch
CommitLineData
6911ac18
JB
1--- libnet-1.2/m4/acinclude.m4~ 2004-01-16 00:53:06.000000000 +0100
2+++ libnet-1.2/m4/acinclude.m4 2009-08-28 21:58:51.368425567 +0200
0ebce14b
AM
3@@ -12,18 +12,9 @@
4 dnl results: HAVE_LINUX_PROCFS
5 dnl
437de0b7 6 AC_DEFUN([AC_LIBNET_LINUX_PROCFS],
0ebce14b
AM
7- [AC_MSG_CHECKING(for Linux proc filesystem)
8- AC_CACHE_VAL(ac_cv_libnet_linux_procfs,
9- if test "x`cat /proc/sys/kernel/ostype 2>&-`" = "xLinux" ; then
10- ac_cv_libnet_linux_procfs=yes
11- else
12- ac_cv_libnet_linux_procfs=no
13- fi)
14- AC_MSG_RESULT($ac_cv_libnet_linux_procfs)
15- if test $ac_cv_libnet_linux_procfs = yes ; then
16- AC_DEFINE(HAVE_LINUX_PROCFS, 1,
17+ [AC_DEFINE(HAVE_LINUX_PROCFS, 1,
18 [Define if you have the Linux /proc filesystem.])
19- fi])
20+ ])
21
22 dnl
23 dnl Checks to see if this linux kernel has a working PF_PACKET
This page took 0.11465 seconds and 4 git commands to generate.