X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=f5aaf9903446e014d0cd8f6c8a3b13de894ae1b9;hb=1a584c45b02456ebcb197ba801b0ceae810e84e3;hp=5c372dd45e47875574eccc851d56d58945db1f6a;hpb=962143bc5c3a9a6e130cc1273ab465238c178d70;p=libserialport.git diff --git a/configure.ac b/configure.ac index 5c372dd..f5aaf99 100644 --- a/configure.ac +++ b/configure.ac @@ -33,16 +33,11 @@ AC_CONFIG_HEADERS([config.h libserialport.h]) AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) -AH_TOP([#ifndef SP_CONFIG_H -#define SP_CONFIG_H]) - AH_BOTTOM([#if HAVE_STRUCT_TERMIOS_C_ISPEED && HAVE_STRUCT_TERMIOS_C_OSPEED # define HAVE_TERMIOS_SPEED 1 #endif #if HAVE_STRUCT_TERMIOS2_C_ISPEED && HAVE_STRUCT_TERMIOS2_C_OSPEED # define HAVE_TERMIOS2_SPEED 1 -#endif - #endif]) # We require at least automake 1.11 (needed for 'silent rules').