diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c1139ae..7ab586d 100644 --- a/configure.ac +++ b/configure.ac @@ -56,5 +56,5 @@ else AC_MSG_ERROR([Tcl 8.3 or greater is required]) fi -AC_CONFIG_SUBDIRS([example/calc example/hello example/mathhelper]) +AC_CONFIG_SUBDIRS([example/calc example/mathhelper]) AC_OUTPUT([Makefile]) |