Skip to content

Commit 10fd4ac

Browse files
authored
Merge pull request #1743 from larsewi/NO_CONFIGURE
setup-projects.sh: Don't pass NO_CONFIGURE=1 to the autogen script
2 parents 179c8bd + c7ab562 commit 10fd4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/setup-projects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
)
5555

5656
# packages needed for autogen are installed in setup.sh
57-
NO_CONFIGURE=1 PROJECT=nova ./buildscripts/build-scripts/autogen
57+
PROJECT=nova ./buildscripts/build-scripts/autogen
5858

5959
# remove unwanted dependencies
6060
sudo apt-get -qy purge libltdl-dev libltdl7 #libtool

0 commit comments

Comments
 (0)