Remove extraneous spaces and update deprecated AC_ERROR macro

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1982 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/configure.ac b/mingw-w64-headers/configure.ac
index 7b1148e..93666c8 100644
--- a/mingw-w64-headers/configure.ac
+++ b/mingw-w64-headers/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.65])
-AC_INIT([mingw-w64-headers], [1.0b], [mingw-w64-public@lists.sourceforge.net])
+AC_INIT([mingw-w64-headers],[1.0b],[mingw-w64-public@lists.sourceforge.net])
 AC_CONFIG_SRCDIR([crt/_mingw.h])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
@@ -65,7 +65,7 @@
   [no],[
     enable_ddk=no
     enable_directx=no],
-  [AC_ERROR([Invalid option: $enable_sdk.  Please choose one of ddk, directx, or all.])])
+  [AC_MSG_ERROR([Invalid option: $enable_sdk.  Please choose one of ddk, directx, or all.])])
 AC_MSG_RESULT([$enable_sdk])
 
 AS_VAR_IF([enable_directx],[yes],[