make/autoconf/basics_windows.m4
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
child 47252 fdac20095dff
--- a/make/autoconf/basics_windows.m4	Tue Sep 12 19:03:39 2017 +0200
+++ b/make/autoconf/basics_windows.m4	Tue Sep 12 19:03:56 2017 +0200
@@ -382,7 +382,7 @@
   FIXPATH=
   if test "x$OPENJDK_BUILD_OS" = xwindows; then
     AC_MSG_CHECKING([if fixpath can be created])
-    FIXPATH_SRC="$SRC_ROOT/common/src/fixpath.c"
+    FIXPATH_SRC="$SRC_ROOT/make/src/native/fixpath.c"
     FIXPATH_BIN="$CONFIGURESUPPORT_OUTPUTDIR/bin/fixpath.exe"
     FIXPATH_DIR="$CONFIGURESUPPORT_OUTPUTDIR/fixpath"
     if test "x$OPENJDK_BUILD_OS_ENV" = xwindows.cygwin; then