1Fix nios2 detection. 2 3Apache treats nios2 as OS/2. 4 5Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 6 7diff -uNr httpd-2.4.12.org/configure.in httpd-2.4.12/configure.in 8--- httpd-2.4.12.org/configure.in 2015-01-22 18:33:07.000000000 +0100 9+++ httpd-2.4.12/configure.in 2015-04-02 22:01:32.851102219 +0200 10@@ -268,7 +268,7 @@ 11 AC_MSG_NOTICE([]) 12 13 case $host in 14- *os2*) 15+ *-os2*) 16 # Use a custom made libtool replacement 17 echo "using aplibtool" 18 LIBTOOL="$abs_srcdir/srclib/apr/build/aplibtool" 19