From edabf4933b86ad7d945b2c70c182689056ad7d1d Mon Sep 17 00:00:00 2001
From: Rahul Jain <rahulj@apache.org>
Date: Fri, 12 May 2000 20:59:52 +0000
Subject: [PATCH] Fixed the build problem when using the 'fileOnly' netaccessor
 configuration.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172109 13f79535-47bb-0310-9956-ffa450edef68
---
 src/runConfigure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/runConfigure b/src/runConfigure
index f77c155ef..3701f7944 100755
--- a/src/runConfigure
+++ b/src/runConfigure
@@ -360,6 +360,7 @@ NETACCESSOR=Socket               # By default use socket (does HTTP URL's)
 if test $netaccessor ; then
 case $netaccessor in
    fileonly)
+       NETACCESSOR=FileOnly
        netaccessorDefines="" ;;
 
    socket)
-- 
GitLab