# HG changeset patch # User Jerry James # Date 1362417895 25200 # Node ID 1af0602ff9a2db7f6ca40be0e869dde2e6daee9a # Parent ede80ef92a7400023322cc8014b788c157b5ef91 Fix the module build by completing removal of need_modules_common, forgotten in the previous patch. See xemacs-patches message . diff -r ede80ef92a74 -r 1af0602ff9a2 ChangeLog --- a/ChangeLog Sat Mar 02 14:32:37 2013 -0700 +++ b/ChangeLog Mon Mar 04 10:24:55 2013 -0700 @@ -1,3 +1,8 @@ +2013-03-04 Jerry James + + * configure.ac: Complete removal of need_modules_common, forgotten + in the previous patch. + 2013-03-02 Jerry James * configure.ac: Make symbolic links in src for module source files diff -r ede80ef92a74 -r 1af0602ff9a2 configure --- a/configure Sat Mar 02 14:32:37 2013 -0700 +++ b/configure Mon Mar 04 10:24:55 2013 -0700 @@ -20737,7 +20737,7 @@ fi done -if test "$need_modules_common" = "yes"; then +if test "$with_modules" = "yes"; then for dir in modules/common; do if test ! -d "$dir" ; then echo Making symbolic link to "$srcdir/$dir" diff -r ede80ef92a74 -r 1af0602ff9a2 configure.ac --- a/configure.ac Sat Mar 02 14:32:37 2013 -0700 +++ b/configure.ac Mon Mar 04 10:24:55 2013 -0700 @@ -5369,7 +5369,7 @@ done dnl Also make modules/common link if needed for the module Makefiles. -if test "$need_modules_common" = "yes"; then +if test "$with_modules" = "yes"; then for dir in modules/common; do if test ! -d "$dir" ; then echo Making symbolic link to "$srcdir/$dir"