#!/bin/sh

phpize

export EXTRA_LDFLAGS="-lstdc++ -lpthread"

./configure --with-dynapdf="../dynapdf/dynapdf"

make
