Skip to content

Commit

Permalink
Removed --enable-python-bindings from libemu configure
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 25, 2013
1 parent 08dbddc commit d7df58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git clone git://git.carnivore.it/libemu.git 1>>setup-ubuntu.log
echo "Configuring libemu..."
cd libemu
autoreconf -v -i
./configure --enable-python-bindings --prefix=/opt/libemu 1>>setup-ubuntu.log
./configure --prefix=/opt/libemu 1>>setup-ubuntu.log
echo "Installing libemu..."
sudo make install 1>>setup-ubuntu.log
sudo ldconfig -n /opt/libemu/lib
Expand Down

0 comments on commit d7df58f

Please sign in to comment.