]> git.decadent.org.uk Git - ap-utils.git/commitdiff
Pass correct platform options to configure
authorBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 02:03:31 +0000 (03:03 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 19 Apr 2009 03:15:51 +0000 (04:15 +0100)
debian/rules

index 2ced9ea52a067e551d59b3d3f7161cc5438b16be..93ba26f2e834d8ef5a1e10aaa2dac1df1c8bbb1b 100755 (executable)
@@ -5,12 +5,7 @@ export DH_COMPAT=3
 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-# FOR AUTOCONF 2.13 ONLY
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  confflags += $(DEB_HOST_GNU_TYPE)
-else
-  confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE)
-endif
+confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE)
 
 build: build-stamp
 build-stamp: