Index: sb-config.h.in
===================================================================
--- sb-config.h.in	(revision 33)
+++ sb-config.h.in	(working copy)
@@ -82,10 +82,6 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#undef LT_OBJDIR
-
 /* Name of package */
 #undef PACKAGE
 
Index: gw/sqlbox.c
===================================================================
--- gw/sqlbox.c	(revision 33)
+++ gw/sqlbox.c	(working copy)
@@ -390,7 +390,7 @@
 	    msg_destroy(msg);
 	    break;
 	}
-    if ((msg_type(msg) == sms) && (strcmp(octstr_get_cstr(msg->sms.msgdata),"ACK/") != 0)) {
+    if (msg_type(msg) == sms) {
 	msg_escaped = msg_duplicate(msg);
         if (msg->sms.sms_type != report_mo)
             gw_sql_save_msg(msg_escaped, octstr_imm("MO"));
@@ -507,7 +507,7 @@
             debug("sqlbox", 0, "bearerbox_to_sql: Bearerbox told us to shutdown.");
             break;
         }
-        if ((msg_type(msg) == sms) && (strcmp(octstr_get_cstr(msg->sms.msgdata),"ACK/") != 0)) {
+        if (msg_type(msg) == sms) {
             if (msg->sms.sms_type != report_mo)
                 gw_sql_save_msg(msg, octstr_imm("MO"));
             else
