[packages] remove 2.4 specific configure overrides (handled in source:/trunk/include...
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Sep 2009 15:26:18 +0000 (15:26 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Sep 2009 15:26:18 +0000 (15:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17562 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 6122e64..32059ce 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 ab5dafd..5848fff 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 419d5ac..95f978c 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