diff configure.ac @ 5725:1af0602ff9a2

Fix the module build by completing removal of need_modules_common, forgotten in the previous patch. See xemacs-patches message <CAHCOHQmVdDxM1u_z3cMdj0tOsfVSTQ3BTZ4K_kxsDsz9V9qReQ@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 04 Mar 2013 10:24:55 -0700
parents ede80ef92a74
children 86d33ddc7fd6
line wrap: on
line diff
--- 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"