Skip to content

Commit 6feb9d1

Browse files
committed
Corrected include path in configure.ac
1 parent fb66eb2 commit 6feb9d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build30/configure.ac

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ AC_CONFIG_AUX_DIR(build)
1616
# ENABLES/DISABLES THE DEBUG MODE FOR THIS CONFIGURE SCRIPT
1717
#WX_DEBUG_CONFIGURE=1
1818

19-
# you need the wxCode/build/bakefiles in your local repository to generate a configure
20-
# script from this configure.ac file since wxcode.m4 is required....
21-
m4_include(../../../build/autoconf/wxcode.m4)
19+
m4_include(../wxcode/autoconf/wxcode.m4)
2220
WXCODE_INIT
2321

2422
## CONFIGURE OPTIONS

0 commit comments

Comments
 (0)