]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/platforms/msp430/cppbsl/configure.in
getopt is not re-entrant, so we rely on the external popt library to parse
[tinyos-2.x.git] / tools / platforms / msp430 / cppbsl / configure.in
index e45cad400f6c777c394f11fd1181aea5586d8053..293ae8b655c0e9ce8a57899cca064e5510dcdb95 100644 (file)
@@ -20,8 +20,8 @@ AC_C_CONST
 #checks for header files and libraries
 #AC_CHECK_HEADER(readline.h)
 #AC_CHECK_LIB(readline, rl_initialize)
-AC_CHECK_HEADER(popt.h)
-AC_CHECK_LIB(popt, poptGetNextOpt)
+AC_CHECK_HEADER(popt.h)
+AC_CHECK_LIB(popt, poptGetNextOpt)
 #AC_CHECK_HEADER(pthread.h)
 
 # Checks for typedefs, structures, and compiler characteristics.