Mercurial > hg > xemacs-beta
diff configure @ 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 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"