net/quagga: fix an SDK compile issue
authorAlexandros C. Couloumbis <alex@ozo.com>
Tue, 9 Nov 2010 09:07:09 +0000 (09:07 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Tue, 9 Nov 2010 09:07:09 +0000 (09:07 +0000)
SVN-Revision: 23936

net/quagga/Makefile

index ab9bc495d5437c53d81fa1b015f947aa7c3ce223..131b5ce6347b5552b9ae3a8d6cdb839528176487 100644 (file)
@@ -159,7 +159,6 @@ endif
 
 define Build/Configure
        (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
-               autoconf \
        );
        $(call Build/Configure/Default)
 endef