Fix VPATH builds. Path to spec file was incorrect.
authorTony Garnock-Jones <tonygarnockjones@gmail.com>
Sat Dec 11 16:39:17 2010 -0500 (17 months ago)
changeset 223fd437100993d
parent 222 93973cf85fe1
child 224 5ff94810e908
Fix VPATH builds. Path to spec file was incorrect.
configure.ac
     1.1 --- a/configure.ac	Tue Nov 30 23:36:23 2010 +0000
     1.2 +++ b/configure.ac	Sat Dec 11 16:39:17 2010 -0500
     1.3 @@ -65,7 +65,7 @@
     1.4  done
     1.5  AMQP_SPEC_JSON_PATH="$AMQP_CODEGEN_DIR/amqp-rabbitmq-0.9.1.json"
     1.6  
     1.7 -if test -f "$AMQP_SPEC_JSON_PATH"
     1.8 +if test -f "$srcdir/$AMQP_SPEC_JSON_PATH"
     1.9  then
    1.10    AC_MSG_RESULT($AMQP_CODEGEN_DIR)
    1.11  else