diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-27 17:48:16 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-27 17:48:16 +0000 |
| commit | 42df8c128819f34f572d892e8bf93cf4cf610ec6 (patch) | |
| tree | 1888ce849d26c6e79ce6c1b20449cb6a55c85733 /configure.in | |
| parent | 2b85bf81680e2243ef5a5daf85d9eb04321c7278 (diff) | |
Fix typos from OSX commit.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1766 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 8ae0da43d..55a8a653f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl -*- sh -*- dnl the "configure" script is made from this by running GNU "autoconf" dnl -dnl "$Id: configure.in,v 1.33.2.31.2.27 2001/11/27 17:44:05 easysw Exp $" +dnl "$Id: configure.in,v 1.33.2.31.2.28 2001/11/27 17:48:16 easysw Exp $" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl @@ -249,8 +249,8 @@ case $uname in # MacOS X uses Carbon for graphics... LIBS="$LIBS -framework Carbon -framework ApplicationServices" if test x$enable_gl != xno; then - AC_DEFINE(HAVE_GL); - AC_DEFINE(HAVE_GL_GLU_H); + AC_DEFINE(HAVE_GL) + AC_DEFINE(HAVE_GL_GLU_H) GLLIB="-framework OpenGL" else LINKFLTKGL="" @@ -542,5 +542,5 @@ AC_OUTPUT(makeinclude fltk-config FL/Makefile) chmod +x fltk-config dnl -dnl End of "$Id: configure.in,v 1.33.2.31.2.27 2001/11/27 17:44:05 easysw Exp $". +dnl End of "$Id: configure.in,v 1.33.2.31.2.28 2001/11/27 17:48:16 easysw Exp $". dnl |
