SCM Repository
Diff of /examples/configure.ac
Parent Directory
|
Revision Log
|
Patch
revision 1914, Wed Jun 6 12:53:22 2012 UTC | revision 1915, Wed Jun 6 13:33:54 2012 UTC | |
---|---|---|
# | Line 156 | Line 156 |
156 | else | else |
157 | AC_MSG_RESULT([ invalid]) | AC_MSG_RESULT([ invalid]) |
158 | fi | fi |
159 | else | |
160 | # check to see if AntTweakBar is installed in a standard place | |
161 | AC_CHECK_HEADERS([AntTweakBar.h]) | |
162 | if test x"$ac_cv_header_AntTweakBar_h" = xyes ; then | |
163 | ATB_CPPFLAGS="" | |
164 | ATB_LDFLAGS="-lAntTweakBar" | |
165 | AC_SUBST([ATB_CPPFLAGS]) | |
166 | AC_SUBST([ATB_LDFLAGS]) | |
167 | fi | |
168 | fi | fi |
169 | ||
170 | dnl ******************** Diderot configuration ******************** | dnl ******************** Diderot configuration ******************** |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |