diff configure @ 18314:39f1bc23b65e

Fix amr_nb-fixed compilation: Don't depend on amr_nb.
author diego
date Thu, 27 Apr 2006 13:12:51 +0000
parents 3b5b7e78b9af
children 2b78ad4401e1
line wrap: on
line diff
--- a/configure	Thu Apr 27 13:10:38 2006 +0000
+++ b/configure	Thu Apr 27 13:12:51 2006 +0000
@@ -6212,9 +6212,7 @@
   fi
 fi
 if test "$_amr_nb_fixed" = yes ; then
-  _def_amr_nb='#define AMR_NB 1'
   _def_amr_nb_fixed='#define AMR_NB_FIXED 1'
-  _amr_nb=yes;
 else
   _def_amr_nb_fixed='#undef AMR_NB_FIXED'
 fi