Check-in Number:
|
3813 | |
Date: |
2002-Dec-03 11:22:11 (local)
2002-Dec-03 10:22:11 (UTC) |
User: | ms |
Branch: | |
Comment: |
Try to make net/if.h and SIOCGXXX detection work. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/aclocal.m4 1.5 -> 1.6
--- aclocal.m4 2002/12/03 10:01:03 1.5
+++ aclocal.m4 2002/12/03 10:22:11 1.6
@@ -36,6 +36,7 @@
AC_DEFUN(AC_CHECK_SIOCGIFHWADDR,[
AC_MSG_CHECKING(whether <sys/ioctl.h> has SIOCGIFHWADDR)
AC_TRY_RUN(
+ #include <sys/sockio.h>
#include <sys/ioctl.h>
int main()
{
@@ -55,6 +56,7 @@
AC_DEFUN(AC_CHECK_SIOCGENADDR,[
AC_MSG_CHECKING(whether ioctl.h has SIOCGENADDR)
AC_TRY_RUN(
+ #include <sys/sockio.h>
#include <sys/ioctl.h>
int main()
{
|
|