Skip to content

Commit

Permalink
Added --enable-java-wrappers in build-aux/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
salvestrini committed Jul 31, 2013
1 parent 9c68b3a commit 0fa4944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/configure
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
echo "${ME}: Prefix is \`$PREFIX'"

echo "${ME}: Configuring librina ..."
(cd librina && ./configure --prefix=$PREFIX) || {
(cd librina && ./configure --enable-java-wrappers --prefix=$PREFIX) || {
echo "${ME}: Cannot configure librina"
exit 1
}
Expand Down

0 comments on commit 0fa4944

Please sign in to comment.