Skip to content

Commit

Permalink
Configure zeromq at configure time, not at build time - attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarta committed Oct 12, 2012
1 parent 74ccd16 commit c99292e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/configure
Expand Up @@ -5514,8 +5514,8 @@ BLOCKQUOTE
# configure zeromq
echo "Configuring zeromq..."
(cd external/zeromq ; \
./configure --quiet --without-documentation --prefix=${PREFIX} \
--includedir=${PREFIX}/include/mythtv/zeromq)
./configure --quiet --without-documentation --prefix=${prefix} \
--includedir=${prefix}/include/mythtv/zeromq)
echo "Configuring nzmqt..."
(cd external/nzmqt/src ; \
${qmake} -o Makefile)
Expand Down

0 comments on commit c99292e

Please sign in to comment.