[PD-cvs] externals/zexy/src configure.ac,1.16,1.17

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Jan 24 22:34:51 CET 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29921

Modified Files:
	configure.ac 
Log Message:
fixed enable/disable-flags
put INCLUDES into CFLAGS (in order to have an effect in AC_CHECK_HEADERS()


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/configure.ac,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** configure.ac	7 Jan 2006 19:05:03 -0000	1.16
--- configure.ac	24 Jan 2006 21:34:48 -0000	1.17
***************
*** 36,39 ****
--- 36,55 ----
  fi
  
+ if test "x" = "x${enable_PIC}" ; then
+  enable_PIC="${with_PIC}"
+ fi
+ 
+ if test "x" = "x${enable_lpt}" ; then
+  enable_lpt="${with_lpt}"
+ fi
+ 
+ if test "x" = "x${enable_icc}" ; then
+  enable_icc="${with_icc}"
+ fi
+ 
+ if test "x" = "x${enable_bundle}" ; then
+  enable_bundle="${with_bundle}"
+ fi
+ 
  dnl Checks for libraries.
  dnl Replace `main' with a function in -lc:
***************
*** 400,403 ****
--- 416,421 ----
  
  
+ CFLAGS="${INCLUDES} ${CFLAGS}"
+ INCLUDES=""
  AC_CHECK_HEADERS(m_pd.h, , AC_ERROR([m_pd.h is desperately needed!
          install pd and/or use





More information about the Pd-cvs mailing list