diff options
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cd3c84c..1bb4142 100644 --- a/configure.ac +++ b/configure.ac @@ -96,6 +96,12 @@ then elif test -f $PWD/../src/m_pd.h; then PD_CPPFLAGS="-I$PWD/../src" +elif test -f /usr/local/include/pd/m_pd.h; +then + PD_CPPFLAGS="-I/usr/local/include/pd" +elif test -f /usr/include/pd/m_pd.h; +then + PD_CPPFLAGS="-I/usr/include/pd" fi |