* configure.ac (AC_CHECK_ENABLE_LTDL): Removed.
[cacao.git] / m4 / threads.m4
index 8c8614d9ea5dfec61bc69e8fd51753163d88f81b..08cc6f8ed9df0c801c38c1112987af74b7cf7a78 100644 (file)
@@ -21,8 +21,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 dnl 02110-1301, USA.
-dnl 
-dnl $Id: configure.ac 7228 2007-01-19 01:13:48Z edwin $
 
 
 dnl check which thread implementation should be used
@@ -31,7 +29,7 @@ AC_DEFUN([AC_CHECK_ENABLE_THREADS],[
 AC_MSG_CHECKING(whether to include threads support)
 AC_ARG_ENABLE([threads],
               [AS_HELP_STRING(--enable-threads,enable threads support (none,native) [[default=native]])],
-              [case "$enableval}" in
+              [case "${enableval}" in
                    no | none | single )
                        ENABLE_THREADS=no
                        ;;