Skip to content
Snippets Groups Projects
Commit edabf493 authored by Rahul Jain's avatar Rahul Jain
Browse files

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
parent 76dce524
No related branches found
No related tags found
No related merge requests found
...@@ -360,6 +360,7 @@ NETACCESSOR=Socket # By default use socket (does HTTP URL's) ...@@ -360,6 +360,7 @@ NETACCESSOR=Socket # By default use socket (does HTTP URL's)
if test $netaccessor ; then if test $netaccessor ; then
case $netaccessor in case $netaccessor in
fileonly) fileonly)
NETACCESSOR=FileOnly
netaccessorDefines="" ;; netaccessorDefines="" ;;
socket) socket)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment