[packages] remove 2.4 specific configure overrides (handled in source:/trunk/include...
authorNicolas Thill <nico@openwrt.org>
Thu, 10 Sep 2009 15:26:18 +0000 (15:26 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 10 Sep 2009 15:26:18 +0000 (15:26 +0000)
SVN-Revision: 17562

libs/avahi/Makefile
utils/dbus-x/Makefile
utils/dbus/Makefile

index 6122e646c99e1cfe98e6645c887d08d79a900439..32059cee261236ae68b4a9a9bb1a9e0de6064374 100644 (file)
@@ -144,7 +144,6 @@ endif
 
 CONFIGURE_VARS+= \
        CFLAGS="$$$$CFLAGS -DNDEBUG" \
-       $(if $(CONFIG_LINUX_2_4),ac_cv_header_sys_inotify_h=no)
 
 define Build/Configure
        ( cd $(PKG_BUILD_DIR); aclocal; libtoolize; autoreconf; );
index ab5dafd82b9fb1f02108c979f0c480b249b3cff3..5848fffac03d7e08ed9ec75e013af3b98be7a2ea 100644 (file)
@@ -68,7 +68,6 @@ CONFIGURE_ARGS += \
 
 CONFIGURE_VARS+= \
        ac_cv_have_abstract_sockets="yes" \
-       $(if $(CONFIG_LINUX_2_4),ac_cv_header_sys_inotify_h=no)
 
 define Package/dbus-launch-x/install
        $(INSTALL_DIR) $(1)/usr/bin
index 419d5ac1498acdf4ffd8f605c9a5dc2bd9448775..95f978cf6e0c71ff95e192e75b7d8b1d6476b854 100644 (file)
@@ -97,7 +97,6 @@ CONFIGURE_ARGS += \
 
 CONFIGURE_VARS+= \
        ac_cv_have_abstract_sockets="yes" \
-       $(if $(CONFIG_LINUX_2_4),ac_cv_header_sys_inotify_h=no) \
 
 
 define Build/InstallDev