diff --git a/sflphone-gtk/src/Makefile.am b/sflphone-gtk/src/Makefile.am
index bc4e59da1afb82230219b79073fe01d9538d56c1..c2d74a9752b757c5978fd5af504755844b21ab5f 100644
--- a/sflphone-gtk/src/Makefile.am
+++ b/sflphone-gtk/src/Makefile.am
@@ -32,7 +32,7 @@ sflphone_gtk_LDADD = $(DEPS_LIBS) -lnotify
 AM_CPPFLAGS = $(DEPS_CFLAGS) \
               -DICONS_DIR=\""$(datadir)/sflphone"\" \
               -DICON_DIR=\""$(datadir)/pixmaps"\" \
-	      -DCODECS_DIR=\""$(libdir)/sflphone/codecs"
+	      -DCODECS_DIR=\""$(libdir)/sflphone/codecs"\" 
 
 # add symbolic link	     
 install-exec-local:
diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index 120236966160b2220e30a4aa58bf37e07e13db0f..29c63022ca87e9af41f1483e52bba24d596c99d1 100644
--- a/sflphone-gtk/src/actions.c
+++ b/sflphone-gtk/src/actions.c
@@ -706,9 +706,9 @@ sflphone_fill_codec_list()
     }
   }
   if( codec_list_get_size() == 0) {
-    /*
-    gchar* markup = g_markup_printf_escape(_("<b>Error: No audio codecs found.\n\n</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</b> directory in your home( <i>%s</i> )") , CODECS_DIR , g_get_home_dir());
-    main_window_error_message( markup );*/
+    
+    gchar* markup = g_markup_printf_escaped(_("<b>Error: No audio codecs found.\n\n</b> SFL audio codecs have to be placed in <i>%s</i> or in the <b>.sflphone</b> directory in your home( <i>%s</i> )") , CODECS_DIR , g_get_home_dir());
+    main_window_error_message( markup );
     dbus_unregister(getpid());
     exit(0);
   }