comparison 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
comparison
equal deleted inserted replaced
5724:ede80ef92a74 5725:1af0602ff9a2
5367 ${LN_S} "$srcdir/$dir" "$dir" 5367 ${LN_S} "$srcdir/$dir" "$dir"
5368 fi 5368 fi
5369 done 5369 done
5370 5370
5371 dnl Also make modules/common link if needed for the module Makefiles. 5371 dnl Also make modules/common link if needed for the module Makefiles.
5372 if test "$need_modules_common" = "yes"; then 5372 if test "$with_modules" = "yes"; then
5373 for dir in modules/common; do 5373 for dir in modules/common; do
5374 if test ! -d "$dir" ; then 5374 if test ! -d "$dir" ; then
5375 echo Making symbolic link to "$srcdir/$dir" 5375 echo Making symbolic link to "$srcdir/$dir"
5376 ${LN_S} "$srcdir/$dir" "$dir" 5376 ${LN_S} "$srcdir/$dir" "$dir"
5377 fi 5377 fi