Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28aa9d3

Browse files
committed
Add Include to the list of source directories.
1 parent b3531b8 commit 28aa9d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.200
3+
# From configure.in Revision: 1.201
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -6569,7 +6569,7 @@ fi
65696569
#fi
65706570

65716571

6572-
SRCDIRS="Parser Grammar Objects Python Modules"
6572+
SRCDIRS="Include Parser Grammar Objects Python Modules"
65736573
echo $ac_n "checking for build directories""... $ac_c" 1>&6
65746574
echo "configure:6575: checking for build directories" >&5
65756575
for dir in $SRCDIRS; do

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ AC_CHECK_TYPE(socklen_t, int)
14131413
#fi
14141414

14151415
AC_SUBST(SRCDIRS)
1416-
SRCDIRS="Parser Grammar Objects Python Modules"
1416+
SRCDIRS="Include Parser Grammar Objects Python Modules"
14171417
AC_MSG_CHECKING(for build directories)
14181418
for dir in $SRCDIRS; do
14191419
if test ! -d $dir; then

0 commit comments

Comments
 (0)