Forgot a BORDER_WIDTH line...
git-svn-id: file:///fltk/svn/fltk/trunk@48 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
05d7379a35
commit
701dfbc5bb
@ -1,7 +1,7 @@
|
|||||||
dnl# -*- sh -*-
|
dnl# -*- sh -*-
|
||||||
dnl# the "configure" script is made from this by running GNU "autoconf"
|
dnl# the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl#
|
dnl#
|
||||||
dnl# "$Id: configure.in,v 1.8 1998/10/21 21:41:41 mike Exp $"
|
dnl# "$Id: configure.in,v 1.9 1998/10/21 21:42:13 mike Exp $"
|
||||||
dnl#
|
dnl#
|
||||||
dnl# for the Fast Light Tool Kit (FLTK).
|
dnl# for the Fast Light Tool Kit (FLTK).
|
||||||
dnl#
|
dnl#
|
||||||
@ -37,7 +37,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
DEBUGFLAG="-O2"
|
DEBUGFLAG="-O2"
|
||||||
BORDER_WIDTH=3
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]],if eval "test x$enable_debug = xyes"; then
|
AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]],if eval "test x$enable_debug = xyes"; then
|
||||||
DEBUGFLAG="-g"
|
DEBUGFLAG="-g"
|
||||||
@ -142,5 +141,5 @@ AC_CONFIG_HEADER(config.h:configh.in)
|
|||||||
AC_OUTPUT(makeinclude)
|
AC_OUTPUT(makeinclude)
|
||||||
|
|
||||||
dnl#
|
dnl#
|
||||||
dnl# End of "$Id: configure.in,v 1.8 1998/10/21 21:41:41 mike Exp $".
|
dnl# End of "$Id: configure.in,v 1.9 1998/10/21 21:42:13 mike Exp $".
|
||||||
dnl#
|
dnl#
|
||||||
|
Loading…
Reference in New Issue
Block a user