diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-03-02 22:38:25 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-03-02 22:38:25 +0000 |
commit | c4cf3ef205eb83504d53528125f32655c4dfa3d2 (patch) | |
tree | e2122572b6a2dceea93be7a224c325b130748f6c /configure.ac | |
parent | 6383af3ec2c9b1c499e2b6143bd3e866a8a3aa5f (diff) |
update configure and rpkid/Makefile.in to reflect new location of $top/portal-gui
svn path=/configure; revision=3705
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17fc6279..d7bdcf42 100644 --- a/configure.ac +++ b/configure.ac @@ -228,7 +228,6 @@ test $build_openssl = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS openssl" TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS rcynic utils" test $build_pywrap = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS pywrap" test $build_python = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS rpkid" -test $build_django = yes && TOP_LEVEL_SUBDIRS="$TOP_LEVEL_SUBDIRS portal-gui" AC_SUBST(TOP_LEVEL_SUBDIRS) |