Skip to content

Commit

Permalink
Added export CFLAGS before export -n CFLAGS (to make it not warn)
Browse files Browse the repository at this point in the history
CVS patchset: 1158
CVS date: 2002/07/16 17:02:38

--HG--
extra : convert_revision : f03f20cefcbc15a95285841455ffffe34fc93296
  • Loading branch information
msoffen committed Jul 16, 2002
1 parent 12eaca0 commit dc90e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -5,7 +5,7 @@ dnl automake stuff
dnl added by Michael Moerz <e9625136@stud3.tuwien.ac.at> February 2001

dnl Initialiase, with sanity check of a unique file in the hierarchy
AC_REVISION($Revision: 1.108 $) dnl cvs revision
AC_REVISION($Revision: 1.109 $) dnl cvs revision
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
AC_CANONICAL_HOST
Expand Down Expand Up @@ -832,6 +832,7 @@ dnl envornment, then the new CFLAGS will also be exported
dnl to sub processes. This causes a problem when configure
dnl is run in the libltdl directory. Horms 16th July 2002
dnl
export CFLAGS
export -n CFLAGS

if test "$GCC" = yes; then
Expand Down

0 comments on commit dc90e9a

Please sign in to comment.